[llvm] [AMDGPU][AggressiveInstCombine] Narrow 64 bit math to 32 bit if profitable (PR #130577)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 10 21:00:22 PDT 2025


dtcxzyw wrote:

> If `%x` is b'1000000 then sext(trunc(%x)) = b'11111...1000

It is guarded by the assumption `sext(trunc(%x)) == %x` in `@src`.


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


More information about the llvm-commits mailing list