[PATCH] D18593: [PowerPC] Front end improvements for vec_splat

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 3 12:36:50 PDT 2016


nemanjai marked 2 inline comments as done.

================
Comment at: test/CodeGen/ppc-vsx-splat.c:66
@@ +65,3 @@
+
+vector signed long long spltd0(vector signed long long a, unsigned b) {
+  return vec_splat(a, 0);
----------------
amehsan wrote:
> b is unused
Oops, thank you. I'll remove both.


Repository:
  rL LLVM

http://reviews.llvm.org/D18593





More information about the llvm-commits mailing list