[PATCH] D129095: [AMDGPU][CodeGen] Match complex register SMRD offsets.

Ivan Kosarev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 07:14:29 PDT 2022


kosarev marked an inline comment as done.
kosarev added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/amdgcn-load-offset-from-reg.ll:45
+}
+
 declare void @llvm.amdgcn.raw.buffer.store.v4i32(<4 x i32>, <4 x i32>, i32, i32, i32 immarg) #1
----------------
arsenm wrote:
> Doesn't test the 32-bit constant case
Why would we want to check that? Looks like there's nothing specific to 32-bit constants in the change?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129095/new/

https://reviews.llvm.org/D129095



More information about the llvm-commits mailing list