[PATCH] D32114: [APInt] Merge the multiword code from lshrInPlace and tcShiftRight into a single implementation
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 17 13:45:52 PDT 2017
craig.topper added a comment.
I want to look at left shift at some point. Also making an in place version of ashr as well. lshrInPlace was just added last week which is why I focused on it.
https://reviews.llvm.org/D32114
More information about the llvm-commits
mailing list