This patch factors out common code to update the SSA form in
JumpThreading.cpp -- partly for readability and partly to facilitate
an coming patch of my own.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D69811
[JumpThreading] Factor out common code to update the SSA form (NFC) ClosedPublic Authored by kazu on Nov 4 2019, 10:13 AM.
Details Summary This patch factors out common code to update the SSA form in
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 4 2019, 10:35 AM Closed by commit rG0016c1f40043: [JumpThreading] Factor out common code to update the SSA form (NFC) (authored by kazu). · Explain WhyNov 5 2019, 6:19 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 227859 llvm/include/llvm/Transforms/Scalar/JumpThreading.h
llvm/lib/Transforms/Scalar/JumpThreading.cpp
|