[PATCH] D86270: [AMDGPU] Use tablegen for argument indices
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Aug 20 12:51:42 PDT 2020
    
    
  
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h:56
+
+  unsigned NumGradients;
+  unsigned NumDmask;
----------------
uint8_t should be enough for all of these?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86270/new/
https://reviews.llvm.org/D86270
    
    
More information about the llvm-commits
mailing list