[PATCH] D129902: [AMDGPU] Support for gfx940 fp8 conversions

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 11:26:05 PDT 2022


kzhuravl accepted this revision.
kzhuravl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Target/AMDGPU/VOP3Instructions.td:561
+  // These instructions have non-standard use of op_sel. In particular they are
+  // using op_sel bits 2 and 3 while only having two sources. Therefor dummy src2
+  // is used to hold the op_sel value.
----------------
Therefore?


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

https://reviews.llvm.org/D129902



More information about the llvm-commits mailing list