[all-commits] [llvm/llvm-project] 7d659c: [LegalizeIntegerTypes] Rename NewLHS/NewRHS argume...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Dec 30 15:44:14 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d659c6ac741f66927938d1e5c6b85deeb294882
https://github.com/llvm/llvm-project/commit/7d659c6ac741f66927938d1e5c6b85deeb294882
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-12-30 (Thu, 30 Dec 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
Log Message:
-----------
[LegalizeIntegerTypes] Rename NewLHS/NewRHS arguments to DAGTypeLegalizer::PromoteSetCCOperands. NFC
The 'New' only makes sense in the context of these being
output arguments, but they are also used as inputs first.
Drop the 'New' and just call them LHS/RHS.
Factored out of D116421.
More information about the All-commits
mailing list