[llvm] [NVPTX] legalize v2i32 to improve compatibility with v2f32 (PR #153478)
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 2 10:41:21 PDT 2025
Artem-B wrote:
It appears that the patch may have introduced a bug: https://godbolt.org/z/EPPhGEGxT
Looks like we also need to expand `trunc` operation, too.
https://github.com/llvm/llvm-project/pull/153478
More information about the llvm-commits
mailing list