[PATCH] D50422: SCEV should forget all loops containing a deleted block.
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 8 20:07:53 PDT 2018
mkazantsev accepted this revision.
mkazantsev added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/Transforms/LoopIdiom/scev-invalidation_topmostloop.ll:5
+
+define void @f1() {
+entry:
----------------
Please add `| FileCheck %s` to command line and smth like `CHECK: @f1` in the test itself.
Repository:
rL LLVM
https://reviews.llvm.org/D50422
More information about the llvm-commits
mailing list