[PATCH] D30468: Simplify the CFG after loop pass cleanup.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 21 15:27:39 PDT 2017
mehdi_amini added inline comments.
================
Comment at: test/Other/pr32085.ll:8
+
+; CHECK-NOT: .exit.loopexit
+
----------------
This seems like an incredibly fragile test to me: relying on the absence of a label name after running O1/O2/O3 doesn't seem robust enough to me.
https://reviews.llvm.org/D30468
More information about the llvm-commits
mailing list