[PATCH] D121745: [AMDGPU] reuse blgp as neg in 2 mfma operations on gfx940

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 12:38:50 PDT 2022


kzhuravl added inline comments.


================
Comment at: llvm/include/llvm/IR/IntrinsicsAMDGPU.td:1984
+// Note: in gfx940 BLGP argument is replaced by NEG bitfield in the DGEMM MFMA.
+//       Three bits correspong to the neg modifier applied to the respecive
+//       source operand.
----------------
typos - correspong, respecive


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

https://reviews.llvm.org/D121745



More information about the llvm-commits mailing list