[PATCH] D98717: [AMDGPU] Split dot2-insts feature
    Stanislav Mekhanoshin via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Mar 16 09:49:06 PDT 2021
    
    
  
rampitec accepted this revision.
rampitec added a comment.
This revision is now accepted and ready to land.
LGTM. Thanks Jay!
================
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
Just the next number.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98717/new/
https://reviews.llvm.org/D98717
    
    
More information about the llvm-commits
mailing list