]> granicus.if.org Git - llvm/commit
[SCEV] Use APInt's uint64_t operations instead of creating a temporary APInt to hold 1.
authorCraig Topper <craig.topper@gmail.com>
Sat, 6 May 2017 05:15:11 +0000 (05:15 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 6 May 2017 05:15:11 +0000 (05:15 +0000)
commitf1e55e53fd7e4e3dbd7f3012a78b02e24e626a32
tree7aead5f2e8c3d002e92e8599793d4f494336d15c
parent7ab4d4886eb60e62d393bcbd00da9c517e968266
[SCEV] Use APInt's uint64_t operations instead of creating a temporary APInt to hold 1.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302333 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp