[PATCH] D16291: AArch64: Implement missed conditional compare sequences.

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 19 11:11:44 PST 2016


mcrosier added a comment.

I'd like to hear @MatzeB's comments on the patch.  We should be able to handle things other than returns, but we might save that for the next step.


================
Comment at: test/CodeGen/AArch64/arm64-ccmp.ll:404
@@ -392,1 +403,3 @@
+}
+
 ; CHECK-LABEL: select_noccmp1
----------------
Please add a test case for 'and' as well.


http://reviews.llvm.org/D16291





More information about the llvm-commits mailing list