[PATCH] D20606: [PM] Schedule InstSimplify after late LICM run, to clean up LCSSA nodes.
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 1 17:42:36 PDT 2016
mehdi_amini accepted this revision.
mehdi_amini added a reviewer: mehdi_amini.
This revision is now accepted and ready to land.
================
Comment at: test/Other/cleanup-lcssa.ll:14
@@ +13,3 @@
+exit:
+ ; CHECK-NOT: lcssa
+ ret i64 %i
----------------
Are we running such tests usually?
i.e. running something generic as "O3" and asserting the presence or absence of some instructions?
http://reviews.llvm.org/D20606
More information about the llvm-commits
mailing list