[PATCH] D32996: [IfConversion] Add missing check in IfConversion/canFallThroughTo
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 9 11:07:45 PDT 2017
MatzeB added inline comments.
================
Comment at: test/CodeGen/MIR/ARM/ifcvt_canFallThroughTo.mir:3
+--- |
+ define void @f1(i16 %p1) {
+ bb.0:
----------------
kparzysz wrote:
> You can remove this entire section (with the LLVM IR).
See also http://llvm.org/docs/MIRLangRef.html#simplifying-mir-files
https://reviews.llvm.org/D32996
More information about the llvm-commits
mailing list