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