[PATCH] D29397: [DAGCombiner] Support bswap as a part of load combine patterns

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 07:26:12 PST 2017


RKSimon added a comment.

Minor nit



================
Comment at: lib/CodeGen/SelectionDAG/DAGCombiner.cpp:4474
+                                 Depth + 1);
+  }
   case ISD::LOAD: {
----------------
Drop the braces (style)


https://reviews.llvm.org/D29397





More information about the llvm-commits mailing list