[PATCH] D61400: [SelectionDAG] Utilize ARM shift behavior
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 1 14:44:39 PDT 2019
dmgreen added a comment.
Hello
I was under the impression that the shift was by the bottom byte amount. i.e the mask is 255, and a shift of 256 is the same as a shift of 0. I hve not tried it though.
For aarch64 the mask may to be the size of the datatype. The armarm will contain the correct information if you can decipher the pseudo code.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61400/new/
https://reviews.llvm.org/D61400
More information about the llvm-commits
mailing list