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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 09:15:43 PST 2016


RKSimon added inline comments.


================
Comment at: lib/CodeGen/SelectionDAG/DAGCombiner.cpp:4617
+    return NewLoad;
+}
+
----------------
This all (4346:4617) looks like it needs to be run through clang-format


https://reviews.llvm.org/D26149





More information about the llvm-commits mailing list