[PATCH] D153391: [SimplifyCFG] Add option to not speculate blocks

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 20 18:24:03 PDT 2023


aeubanks created this revision.
aeubanks added a reviewer: nikic.
Herald added subscribers: khei4, StephenFan, JDevlieghere, hiraditya.
Herald added a project: All.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Required for phase ordering changes to not regress Rust code with D145265 <https://reviews.llvm.org/D145265>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153391

Files:
  llvm/include/llvm/Transforms/Utils/SimplifyCFGOptions.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/test/Other/new-pm-print-pipeline.ll
  llvm/test/Transforms/SimplifyCFG/speculate-blocks.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153391.533096.patch
Type: text/x-patch
Size: 9502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230621/d06829ed/attachment.bin>


More information about the llvm-commits mailing list