[PATCH] D104099: [NewPM] Remove SpeculateAroundPHIs pass from pipeline
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 11 03:33:40 PDT 2021
nikic added a comment.
Looks like phase ordering tests need an update.
================
Comment at: llvm/lib/Passes/PassBuilder.cpp:1449
- // inserting redundancies into the program. This even includes SimplifyCFG.
- OptimizePM.addPass(SpeculateAroundPHIsPass());
-
----------------
As it has been in-tree for a while, I think it would be good to add a cl::opt option for people who have come to rely on it being present in some way.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104099/new/
https://reviews.llvm.org/D104099
More information about the llvm-commits
mailing list