[llvm] [NVPTX] MAD combine through CVT (PR #150477)

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 24 13:24:30 PDT 2025


https://github.com/Artem-B commented:

I think Alex's concern that this patch will give us different results is valid. We'll get better results, with no upper bits lost, but that's not what the original IR would produce.

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


More information about the llvm-commits mailing list