[llvm] [SPIRV] Fix trunc nonstandard int types (PR #191393)
Arseniy Obolenskiy via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 02:49:25 PDT 2026
================
@@ -38,7 +40,27 @@
; CHECK-EXT: %[[#Tq:]] = OpUConvert %[[#Int40]] %[[#Q]]
; CHECK-EXT: OpStore %[[#QArg]] %[[#Tq]]
-; CHECK-NOEXT: OpStore %[[#QArg]] %[[#Q]]
----------------
aobolensk wrote:
Probably, it is better to move CHECKs closer to the corresponding functions
https://github.com/llvm/llvm-project/pull/191393
More information about the llvm-commits
mailing list