[PATCH] D26149: [DAGCombiner] Match load by bytes idiom and fold it into a single load

Artur Pilipenko via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 10 04:23:02 PST 2016


apilipenko added a comment.

As for other patterns, in the code which motivated this change we see reads of different endiannes. I don't know how common will be other patterns, but in general it should not be difficult to extend the logic.


https://reviews.llvm.org/D26149





More information about the llvm-commits mailing list