[all-commits] [llvm/llvm-project] d43456: [LegalizeTypes] Remove manual worklist management ...
topperc via All-commits
all-commits at lists.llvm.org
Tue Dec 10 22:33:41 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d4345636e678ccab8a87b09cdad9129e54c23100
https://github.com/llvm/llvm-project/commit/d4345636e678ccab8a87b09cdad9129e54c23100
Author: Craig Topper <craig.topper at gmail.com>
Date: 2019-12-10 (Tue, 10 Dec 2019)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
Log Message:
-----------
[LegalizeTypes] Remove manual worklist management from SoftenFloatRes_FP_EXTEND.
I think this is no longer needed. The system should take care
of legalizing any new nodes that are added. I think this might
have been needed prior to r371709 or r307053.
More information about the All-commits
mailing list