[PATCH] D98717: [AMDGPU] Split dot2-insts feature
Jay Foad via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 16 09:48:51 PDT 2021
foad added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPU.td:511
+def FeatureDot7Insts : SubtargetFeature<"dot7-insts",
+ "HasDot7Insts",
+ "true",
----------------
arsenm wrote:
> I'm not sure where the "7" is coming from
It's the next number after 6. I don't think any of the dotN-insts numbers have any real meaning.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98717/new/
https://reviews.llvm.org/D98717
More information about the cfe-commits
mailing list