[PATCH] D17850: Power9 - Implement byte comparison and count trailing zero instructions

Kit Barton via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 7 20:45:38 PST 2016


kbarton added inline comments.

================
Comment at: lib/Target/PowerPC/PPC.td:160
@@ -154,2 +159,3 @@
+                   "Enable count trailing zeros instructions">;
 
 def DeprecatedDST    : SubtargetFeature<"", "DeprecatedDST", "true",
----------------
I don't see the need for adding a subtarget feature for these instructions. Why is this necessary?


Repository:
  rL LLVM

http://reviews.llvm.org/D17850





More information about the llvm-commits mailing list