[PATCH] D136827: [JT][CT] Preserve exisiting BPI/BFI during JumpThreading
Evgeniy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 3 01:43:02 PDT 2022
ebrevnov added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/JumpThreading.cpp:325
+ bool Changed =
+ Impl.runImpl(F, nullptr, TLI, TTI, LVI, AA, &DTU, BFI.get(), BPI.get());
if (PrintLVIAfterJumpThreading) {
----------------
ebrevnov wrote:
> mkazantsev wrote:
> > I guess old PM support is in decline, not sure if we want this here...
> We don't change legacy behavior in any change. This is just a mechanical change to keep code compilable.
"in any change." -> "in any way."
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136827/new/
https://reviews.llvm.org/D136827
More information about the llvm-commits
mailing list