[PATCH] D101292: [AMDGPU] Restrict immediate scratch offsets

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 30 12:53:36 PDT 2021


foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPU.td:184
+  "true",
+  "Scratch instructions with a VGPR offset and a negative immediate offsets that is not a multiple of 4 read wrong memory on GFX10"
+>;
----------------
Should be "a negative immediate offset" (singular).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101292



More information about the llvm-commits mailing list