[PATCH] D17837: [PPC] backend changes to generate xvabs[s, d]p and xvnabs[s, d]p instructions
amehsan via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 3 07:27:52 PST 2016
amehsan added inline comments.
================
Comment at: test/CodeGen/PowerPC/vec_abs.ll:50
@@ +49,3 @@
+
+define <2 x double> @test_double(<2 x double> %aa, <2 x double> %bb) #0 {
+
----------------
nemanjai wrote:
> Why the unused parameter?
Will remove it.
http://reviews.llvm.org/D17837
More information about the llvm-commits
mailing list