The patch replaces a function that walks the IR with a call to firstInBB() that uses the DFS numbering.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D22809
GVN-hoist: use DFS numbers instead of walking the instruction stream ClosedPublic Authored by sebpop on Jul 26 2016, 7:24 AM.
Details Summary The patch replaces a function that walks the IR with a call to firstInBB() that uses the DFS numbering.
Diff Detail Event TimelineClosed by commit rL276840: GVN-hoist: use DFS numbers instead of walking the instruction stream (authored by spop). · Explain WhyJul 26 2016, 10:21 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 65513 llvm/lib/Transforms/Scalar/GVNHoist.cpp
|