[llvm] [VPlan] Hook IR blocks into VPlan during skeleton creation (NFC) (PR #114292)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 7 13:41:25 PST 2024
================
@@ -2511,13 +2531,14 @@ void InnerLoopVectorizer::emitIterationCountCheck(BasicBlock *Bypass) {
"TC check is expected to dominate Bypass");
----------------
fhahn wrote:
Yes, this is to check the DT updates from SplitBlock I think
https://github.com/llvm/llvm-project/pull/114292
More information about the llvm-commits
mailing list