[PATCH] D22524: [NVPTX] deal with all aggregate return types.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 13:34:35 PDT 2016


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

================
Comment at: test/CodeGen/NVPTX/aggregate-return.ll:9
@@ +8,3 @@
+; CHECK-LABEL: @foov
+entry:
+  %call = tail call <2 x float> @barv(<2 x float> %input)
----------------
Do we need this line?  Same below.


https://reviews.llvm.org/D22524





More information about the llvm-commits mailing list