[PATCH] D17615: Fix Sparc 32bit Lowering to rebundle up v2i32 values.

James Y Knight via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 15:07:47 PST 2016


jyknight accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: test/CodeGen/SPARC/vector-call.ll:14
@@ +13,3 @@
+
+;CHECK-LABEL: fun16v:
+;CHECK: foo1_16v
----------------
I'd move the CHECKs immediately above the function it's checking rather than below; that's the more common way. Also, space after ";".


http://reviews.llvm.org/D17615





More information about the llvm-commits mailing list