[PATCH] D70942: [LegalizeTypes] Bugfixes for big-endian targets when handling BITCASTs
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 3 00:24:40 PST 2019
uabelho added a comment.
Originally triggered this problem for our out-of-tree target but I think it's exposed on ARM as well.
The problem (though an instcombine version of it) was discussed briefly here:
http://lists.llvm.org/pipermail/llvm-dev/2019-November/137297.html
I'm not very familiar with ARM though and I'm not very happy with the CHECKS, especially not for the int_to_vec
case, so any suggestions there from someone who knows ARM would be good.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70942/new/
https://reviews.llvm.org/D70942
More information about the llvm-commits
mailing list