[PATCH] D40444: [DAGCombine] Handle big endian correctly in CombineConsecutiveLoads
Nirav Dave via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 26 10:58:00 PST 2017
niravd added a comment.
This endianness problem is probably also latent where do load combination, but we should sink this check into areNonVolatileConsecutiveLoads and MatchLoadCombine.
https://reviews.llvm.org/D40444
More information about the llvm-commits
mailing list