[APInt] Move operator=(uint64_t) inline as its pretty simple and is often used...
[APInt] Move operator=(uint64_t) inline as its pretty simple and is often used with small constants that the compiler can optimize. While there recognize that we only need to clearUnusedBits on the single word case. llvm-svn: 298881
Loading
Please sign in to comment