[all-commits] [llvm/llvm-project] 01b98e: [SelectionDAG] Don't repeatedly add a node to the ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Dec 23 22:04:33 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 01b98e6fd54f498018be4e298d98e711ab42b796
https://github.com/llvm/llvm-project/commit/01b98e6fd54f498018be4e298d98e711ab42b796
Author: Fangrui Song <maskray at google.com>
Date: 2019-12-23 (Mon, 23 Dec 2019)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Log Message:
-----------
[SelectionDAG] Don't repeatedly add a node to the worklist in ComputeLiveOutVRegInfo. NFC
For sqlite3 amalgram, this decreases the number of Worklist.push_back calls (603084) by 10%.
More information about the All-commits
mailing list