[DAG] Avoid APInt copies by directly using the APInt reference from getAPIntValue...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 16 Feb 2021 12:40:10 +0000 (12:40 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 16 Feb 2021 13:50:34 +0000 (13:50 +0000)
commit420420de57ccbd78805ed86df49b6c19088f99c4
tree19c6679a451a3a624e35590153cd8e402a1f76e1
parentdd879f7dc9f5df614431358e11f21c948429eda6
[DAG] Avoid APInt copies by directly using the APInt reference from getAPIntValue. NFCI.
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp