[PATCH] D23445: [x86] Refactor a PowerPC specific ctlz/srl transformation (NFC).
Hal Finkel via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 12 09:20:44 PDT 2016
hfinkel added a subscriber: hfinkel.
================
Comment at: include/llvm/Target/TargetLowering.h:3061
@@ -3055,1 +3060,3 @@
+ SDValue LowerToCtlzSrlPair(SDValue Op, SelectionDAG &DAG) const;
+
----------------
Please add a comment here explaining what this function does, including its relationship to isCtlzFast.
https://reviews.llvm.org/D23445
More information about the llvm-commits
mailing list