[PATCH] D31609: [SystemZ] Fix bitcast of load translation to preserve alignment.
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 5 05:41:30 PDT 2017
uweigand added a comment.
Ah, I think the problem is simply that this piece of code in lowerBITCAST does not expect to be handling extending loads at all, and does the wrong thing for them. It probably just should verify this, and fall through to the rest of the code if the load is actually an extending one ...
https://reviews.llvm.org/D31609
More information about the llvm-commits
mailing list