llvm-project
3e53aeae - AMDGPU: Make frame index folding logic consistent with eliminateFrameIndex (#129633)

Commit
211 days ago
AMDGPU: Make frame index folding logic consistent with eliminateFrameIndex (#129633) This adds handling of s_add_u32, which is handled and removes handling of s_or_b32 and s_and_b32, which are not. I was working on handling them in #102345, but need to finish that patch. This fixes a regression exposed by a3165398db0736588daedb07650195502592e567 where the final instruction would use two literals.
Author
Parents
Loading