With this patch we compute the DFS numbers of instructions only once and update them during the code generation when an instruction gets hoisted.
Passes check and test-suite on x86_64-linux.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D23021
GVN-hoist: compute DFS numbers once ClosedPublic Authored by sebpop on Aug 1 2016, 10:17 AM.
Details Summary With this patch we compute the DFS numbers of instructions only once and update them during the code generation when an instruction gets hoisted.
Diff Detail Event Timelinesebpop updated this object. Closed by commit rL277650: GVN-hoist: compute DFS numbers once (authored by spop). · Explain WhyAug 3 2016, 2:02 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 66339 llvm/lib/Transforms/Scalar/GVNHoist.cpp
|