[PATCH] D145322: [VPlan] Check if recipe is in ReplicateRegion for IfPredicateInstr (NFC)
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 8 03:06:03 PST 2023
fhahn marked an inline comment as done.
fhahn added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:2939
if (IfPredicateInstr)
PredicatedInstructions.push_back(Cloned);
}
----------------
Ayal wrote:
> nit: once D140243 retires the original IR sinkScalarOperands(), PredicatedInstructions will no longer be needed.
Yes, I need to rebase those patches soon!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145322/new/
https://reviews.llvm.org/D145322
More information about the llvm-commits
mailing list