Files
clang-p2996/llvm/test/CodeGen/AMDGPU/flat-scratch.ll
Changpeng Fang 68694259b2 AMDGPU: Use getSignedTargetConstant for ImmOffset in SelectScratchSVAddr (#121978)
ImmOffset is signed and we will hit an assert with negative ImmOffset
when getTargetConstant is used.

Fixes: SWDEV-506453
2025-01-07 12:02:18 -08:00

231 KiB