[PATCH] Loop Versioning for LICM
Charlie Turner
charlie.turner at arm.com
Mon Jun 22 16:08:37 PDT 2015
REPOSITORY
rL LLVM
================
Comment at: lib/Transforms/Scalar/LoopVersioningLICM.cpp:502
@@ +501,3 @@
+/// 2) Make sure loop body should not have any call instruction.
+/// 3) Check store instruction execution guarantee.
+/// 4) Loop body should not have any may throw instruction.
----------------
I don't get where this check is being made. Is the comment out-of-date?
http://reviews.llvm.org/D9151
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list