[PATCH] D58516: [AMDGPU] remove unused AssemblerPredicates

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 21 09:50:59 PST 2019


arsenm added inline comments.


================
Comment at: lib/Target/AMDGPU/AMDGPU.td:731
 
-def NotHasVOP3PInsts : Predicate<"!Subtarget->hasVOP3PInsts()">,
-  AssemblerPredicate<"!FeatureVOP3P">;
+def NotHasVOP3PInsts : Predicate<"!Subtarget->hasVOP3PInsts()">;
 
----------------
I think this isn't used either


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58516/new/

https://reviews.llvm.org/D58516





More information about the llvm-commits mailing list