[PATCH] D24254: [SelectionDAG] Simplify extract_subvector( insert_subvector ( Vec, In, Idx ), Idx ) -> In

Andrea Di Biagio via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 07:26:36 PDT 2016


andreadb accepted this revision.
andreadb added a comment.
This revision is now accepted and ready to land.

Hi Simon,

LGTM. Thanks!


================
Comment at: lib/CodeGen/SelectionDAG/SelectionDAG.cpp:3758
@@ -3753,1 +3757,3 @@
+          VT == N1.getOperand(1).getValueType())
+          return N1.getOperand(1);
     }
----------------
extra spaces?


Repository:
  rL LLVM

https://reviews.llvm.org/D24254





More information about the llvm-commits mailing list