]> granicus.if.org Git - llvm/commit
[SelectionDAG] Use APInt move assignment to avoid 2 memory allocations and copies...
authorCraig Topper <craig.topper@gmail.com>
Wed, 12 Apr 2017 18:39:27 +0000 (18:39 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 12 Apr 2017 18:39:27 +0000 (18:39 +0000)
commitc5de42f38f5c536d69d5b51c0e6230261dec8ee1
treef6f95b942c3a25b461e69d19f7103a6fcf8fde3f
parent718593b3f9a30114dbe798c3f7239ce713b75169
[SelectionDAG] Use APInt move assignment to avoid 2 memory allocations and copies when bit width is larger than 64-bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300091 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/TargetLowering.cpp