[PATCH] D14380: [ARM] Combine BFIs together
silviu.baranga@arm.com via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 11 04:35:54 PST 2015
sbaranga added inline comments.
================
Comment at: lib/Target/ARM/ARMISelLowering.cpp:9138
@@ +9137,3 @@
+
+ if (NewFromMask[0] == 0)
+ From1 = DCI.DAG.getNode(
----------------
sbaranga wrote:
> Do you think it would be worth it to emit a SHR instead of bailing out here?
Ok, I didn't see the SHR here, ignore me.
Repository:
rL LLVM
http://reviews.llvm.org/D14380
More information about the llvm-commits
mailing list