[llvm-branch-commits] [llvm] AMDGPU: Reduce 64-bit add width if low bits are known 0 (PR #122049)

Jay Foad via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jan 8 01:48:37 PST 2025


jayfoad wrote:

Why doesn't this fall out naturally from splitting the 64-bit add into 32-bit parts and then simplifying each part? Do we leave it as a 64-bit add all the way until final instruction selection?

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


More information about the llvm-branch-commits mailing list