[PATCH] D79233: [ARM] Refactor lower to S[LR]I optimization
Petre Tudor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 1 04:53:32 PDT 2020
PetreTudor added a comment.
The problem with the original patch was that ElemMask would overflow, since it was only 32-bit wide. The patch now makes use of APInt to avoid this type of situation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79233/new/
https://reviews.llvm.org/D79233
More information about the llvm-commits
mailing list