[PATCH] D71047: [LV][NFC] Keep dominator tree up to date during vectorization.

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 21 08:46:52 PST 2019


xbolva00 added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.cpp:514
+  DT->changeImmediateDominator(LoopExitBB, LoopLatchBB);
+  assert(DT->verify(DominatorTree::VerificationLevel::Fast));
 }
----------------
#ifdef EXPENSIVE_CHECKS?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71047/new/

https://reviews.llvm.org/D71047





More information about the llvm-commits mailing list