[APInt] Rewrite getLoBits in a way that will do one less memory allocation in...
[APInt] Rewrite getLoBits in a way that will do one less memory allocation in the multiword case. Rewrite getHiBits to use the class method version of lshr instead of the one in APIntOps. NFCI llvm-svn: 299243
Loading
Please sign in to comment