[PATCH] D32996: [IfConversion] Add missing check in IfConversion/canFallThroughTo
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 9 10:42:08 PDT 2017
kparzysz accepted this revision.
kparzysz added a comment.
This revision is now accepted and ready to land.
LGTM with a simplified testcase.
================
Comment at: test/CodeGen/MIR/ARM/ifcvt_canFallThroughTo.mir:3
+--- |
+ define void @f1(i16 %p1) {
+ bb.0:
----------------
You can remove this entire section (with the LLVM IR).
================
Comment at: test/CodeGen/MIR/ARM/ifcvt_canFallThroughTo.mir:30
+name: f1
+alignment: 0
+exposesReturnsTwice: false
----------------
You can remove lines 30-50.
https://reviews.llvm.org/D32996
More information about the llvm-commits
mailing list