GVN-hoist: compute DFS numbers once
With this patch we compute the DFS numbers of instructions only once and update them during the code generation when an instruction gets hoisted. Differential Revision: https://reviews.llvm.org/D23021 llvm-svn: 277650
Loading
Please register or sign in to comment