SimplifyCFG's options should always be overridden by command line flags,
but they mistakenly weren't in the default constructor.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D87718
[SimplifyCFG] Override options in default constructor ClosedPublic Authored by aeubanks on Sep 15 2020, 1:08 PM.
Details Summary SimplifyCFG's options should always be overridden by command line flags,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 21 2020, 2:26 PM Closed by commit rG1747f7776403: [SimplifyCFG] Override options in default constructor (authored by aeubanks). · Explain WhySep 21 2020, 4:33 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 293283 llvm/include/llvm/Transforms/Scalar/SimplifyCFG.h
llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
llvm/test/Transforms/SimplifyCFG/HoistCode.ll
|