[llvm] [NVPTX] cleanup & canonicalize `mov` (PR #129344)

Thomas Raoux via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 30 23:04:40 PDT 2025


ThomasRaoux wrote:

This causes some functional regressions on Triton, it seems to somehow expose a ptxas bug as changing a mov from `mov.f32` to `mov.b32` changes the result (which I'm guessing it shouldn't).
Did anybody else run into problems with this patch?

https://github.com/llvm/llvm-project/pull/129344


More information about the llvm-commits mailing list