mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
6c5e22a4b876fa6a40929f06d8c3b3967324ce76
This changes one parameter to be a const APInt& since we only read from it. Use std::move on local APInts once they are no longer needed so we can reuse their allocations. Lastly, use operator+=(uint64_t) instead of adding 1 to an APInt twice creating a new APInt each time. llvm-svn: 302335
…
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%