[all-commits] [llvm/llvm-project] 961c1b: [X86] Remove DeleteNode calls from PreprocessISelD...
topperc via All-commits
all-commits at lists.llvm.org
Tue Jun 2 14:10:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 961c1b5f7244e0fca93b504a6d234476e17adbbe
https://github.com/llvm/llvm-project/commit/961c1b5f7244e0fca93b504a6d234476e17adbbe
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-06-02 (Tue, 02 Jun 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
Log Message:
-----------
[X86] Remove DeleteNode calls from PreprocessISelDAG. Rely on the RemoveDeadNodes call at the end.
Add a MadeChange flag so we don't call RemoveDeadNodes unless
something changed.
More information about the All-commits
mailing list