[PATCH] D38467: AMDGPU: Remove global isGCN predicates

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 10:31:24 PDT 2017


rampitec added inline comments.


================
Comment at: lib/Target/AMDGPU/DSInstructions.td:540
 
-let Predicates = [isGCN] in {
+let SubtargetPredicate = isGCN in {
 
----------------
Isn't it already in the GCNPat?


https://reviews.llvm.org/D38467





More information about the llvm-commits mailing list