[PATCH] Canonicalize splats as build_vectors (PR22283)
Sanjay Patel
spatel at rotateright.com
Tue Feb 3 13:46:21 PST 2015
================
Comment at: lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1563
@@ +1562,3 @@
+
+ SDValue NewBV =getNode(ISD::BUILD_VECTOR, dl, BV->getValueType(0), Ops);
+
----------------
mkuper wrote:
> There's a missing space after the =.
That was an 80-column hack...so close. :)
http://reviews.llvm.org/D7389
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list