Issue 137036
Summary [HLSL][SPIRV] Propagate address space casts to their uses
Labels HLSL, backend:SPIR-V
Assignees Keenuts
Reporter s-perron
    In SPIR-V shaders, you cannot cast a pointer from one storage class to another (address space casts in llvm-ir). So we need to try to remove the address space casts when possible, and fails nicely when not possible.


_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to