Files
llvm-project/llvm/test/CodeGen/AMDGPU/atomic_optimizations_buffer.ll
Ruiling, Song 686987a540 ValueTracking/AMDGPU: handle mbcnt in computeKnownBitsFromOperator (#183229)
This helps canonicalize some address calculation. This would further
help immediate folding into memory load instructions in the backend.

The order changes to v_mad_u32_u24 is just because
@llvm.amdgcn.mul.u24.i32 was used in codegen prepare after this change.
It does not really change anything important.
2026-03-02 10:48:15 +08:00

106 KiB