[PATCH] D88167: [LoopDeletion] Forget loop before setting values to undef
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 29 05:40:20 PDT 2020
fhahn added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/LoopUtils.cpp:729
+ if (SE)
+ SE->verify();
}
----------------
nikic wrote:
> This call performs an unconditional SCEV verification, probably not what you intended. Should be behind NDEBUG at least.
Yes, should be done in 7bae2bc5a8dd11c016c895e3a691fb93575773f3, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88167/new/
https://reviews.llvm.org/D88167
More information about the llvm-commits
mailing list