[llvm] [SPIRV] Preserve implicit bitcast (PR #151041)
Chris B via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 30 08:54:40 PDT 2025
================
@@ -136,7 +139,9 @@ class SPIRVLegalizePointerCast : public FunctionPass {
OriginalOperand, LI);
}
// Destination is a smaller vector than source.
+ // or different vector type.
----------------
llvm-beanz wrote:
```suggestion
// Destination is a smaller vector than source or different vector type.
```
https://github.com/llvm/llvm-project/pull/151041
More information about the llvm-commits
mailing list