[PATCH] D88167: [LoopDeletion] Forget loop before setting values to undef

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 29 05:21:29 PDT 2020


nikic added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/LoopUtils.cpp:729
+  if (SE)
+    SE->verify();
 }
----------------
This call performs an unconditional SCEV verification, probably not what you intended. Should be behind NDEBUG at least.


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