[PATCH] D121234: [AMDGPU] gfx940 MUBUF format changes

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 10:51:16 PST 2022


kzhuravl accepted this revision.
kzhuravl added a comment.
This revision is now accepted and ready to land.

LGTM with the nit fixed



================
Comment at: llvm/lib/Target/AMDGPU/BUFInstructions.td:2388
+
+  let Inst{55}    = acc;
+}
----------------
> let Inst{55}    = acc;

Weird formatting?


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

https://reviews.llvm.org/D121234



More information about the llvm-commits mailing list