[PATCH] D16291: AArch64: Implement missed conditional compare sequences.
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 25 12:47:00 PST 2016
MatzeB added inline comments.
================
Comment at: lib/Target/AArch64/AArch64ISelLowering.cpp:1614-1615
@@ +1613,4 @@
+ EVT VT = Op.getValueType();
+ if (!Op->hasOneUse())
+ return Op;
+
----------------
I think the same check is performed inside isConjunctionDisjunctionTree.
http://reviews.llvm.org/D16291
More information about the llvm-commits
mailing list