The code would use first non-phi instruction as an insertion point, however
this could lead to freeze getting inserted between phi and landingpad
causing a verifier assert.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D132105
[InstCombine] Fix freeze instruction getting inserted before landingpad ClosedPublic Authored by danilaml on Aug 17 2022, 11:54 PM.
Details Summary The code would use first non-phi instruction as an insertion point, however
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 18 2022, 6:53 AM This revision was landed with ongoing or failed builds.Aug 18 2022, 7:44 AM Closed by commit rG4a9ff289fbaa: [InstCombine] Fix freeze instruction getting inserted before landingpad (authored by danilaml). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 453661 llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
llvm/test/Transforms/InstCombine/freeze-landingpad.ll
|
typo: "propagate"