[llvm] [AMDGPU] Disallow negative s_load offsets in isLegalAddressingMode (PR #91327)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 07:14:23 PDT 2024


================
@@ -279,38 +279,30 @@ end:
 }
 
 define amdgpu_cs void @test_sink_smem_offset_neg400(ptr addrspace(4) inreg %ptr, i32 inreg %val) {
----------------
arsenm wrote:

Add the constant 32-bit test (6)?

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


More information about the llvm-commits mailing list