[llvm] [SeparateConstOffsetFromGEP] Don't set unsound inbounds flag (PR #130616)
Fabian Ritter via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 12 03:38:58 PDT 2025
================
@@ -228,6 +228,9 @@ define amdgpu_vs i32 @load_i32_hifffffff0(ptr addrspace(6) inreg %p) #4 {
; GCN: v_readfirstlane_b32
----------------
ritter-x2a wrote:
So the two loads don't need to be directly adjacent in the generated code, as the test originally required here?
Looks like they are no longer adjacent with this patch because an offset is no longer folded into the second load. There are other tests in this file checking that offsets are folded(for example `load_v8float`), so these `load_sampler` tests probably don't need to check that.
https://github.com/llvm/llvm-project/pull/130616
More information about the llvm-commits
mailing list