[PATCH] D66958: [AMDGPU] Enable constant offset promotion to immediate operand for VMEM stores
Valery Pykhtin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 4 06:58:13 PDT 2019
vpykhtin marked an inline comment as done.
vpykhtin added inline comments.
================
Comment at: test/CodeGen/AMDGPU/promote-constOffset-to-imm.mir:194
+# GFX9-LABEL: name: diffoporder_add_store
+# GFX9: GLOBAL_STORE_DWORD %{{[0-9]+}}, %0.sub0, 1000, 0, 0, 0
+# GFX9: GLOBAL_STORE_DWORD %{{[0-9]+}}, %0.sub1, 0, 0, 0, 0
----------------
rampitec wrote:
> Needs test where stores are actually combined.
I'm not sure what do you mean, this is about address offset promotion, in this sence it is combined.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66958/new/
https://reviews.llvm.org/D66958
More information about the llvm-commits
mailing list