[PATCH] D62587: LoopVersioningLICM: Respect convergent
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 29 12:53:45 PDT 2019
Meinersbur accepted this revision.
Meinersbur added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Transforms/Scalar/LoopVersioningLICM.cpp:356-358
/// 1) Check all load store in loop body are non atomic & non volatile.
/// 2) Check function call safety, by ensuring its not accessing memory.
/// 3) Loop body shouldn't have any may throw instruction.
----------------
Could you update the function's comment?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62587/new/
https://reviews.llvm.org/D62587
More information about the llvm-commits
mailing list