[PATCH] D51890: AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination into TargetParser.

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 10 15:20:33 PDT 2018


rampitec added inline comments.


================
Comment at: lib/Support/TargetParser.cpp:995
+constexpr GPUInfo AMDGCNGPUs[32] = {
+  // Name           Canonical    Kind        Features
   //                Name
----------------
Indent of "Features" is off.


https://reviews.llvm.org/D51890





More information about the llvm-commits mailing list