[PATCH] D105700: [LoopSimplify] Convert loop with multiple latches to nested loop using dominator tree
JinGu Kang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 22 11:17:17 PDT 2021
jaykang10 added a comment.
@eli.friedman I have checked the tests affected by this transform and I have found a case which we need to avoid.
For example, you can see it on `test-multiple-latch` function in `llvm/test/Transforms/LICM/hoist-mustexec.ll`. With previous commit, the LICM was failed with the test.
If you feel something wrong with this update, please let me know.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105700/new/
https://reviews.llvm.org/D105700
More information about the llvm-commits
mailing list