[PATCH] D89487: [AMDGPU] gfx1032 target
    Stanislav Mekhanoshin via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Oct 16 10:45:54 PDT 2020
    
    
  
rampitec marked 3 inline comments as done.
rampitec added inline comments.
================
Comment at: llvm/lib/Support/TargetParser.cpp:66
 // Don't bother listing the implicitly true features
-constexpr GPUInfo AMDGCNGPUs[43] = {
+constexpr GPUInfo AMDGCNGPUs[44] = {
   // Name         Canonical    Kind        Features
----------------
foad wrote:
> Use `[]` so we don't have to keep updating the number?
D89568
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89487/new/
https://reviews.llvm.org/D89487
    
    
More information about the cfe-commits
mailing list