[PATCH] D101468: [Passes] Run sinking/hoisting in SimplifyCFG earlier.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 30 04:36:31 PDT 2021
fhahn added inline comments.
================
Comment at: llvm/lib/Passes/PassBuilder.cpp:1326-1327
// before SLP vectorization.
// FIXME: study whether hoisting and/or sinking of common instructions should
// be delayed until after SLP vectorizer.
OptimizePM.addPass(SimplifyCFGPass(SimplifyCFGOptions()
----------------
lebedev.ri wrote:
> Drop comment
done, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101468/new/
https://reviews.llvm.org/D101468
More information about the llvm-commits
mailing list