[PATCH] D26546: [PPC] Add vec_insert4b/vec_extract4b to altivec.h

Nemanja Ivanovic via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 21 05:36:49 PST 2016


nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.

Just one minor inline nit. Other than that, LGTM.



================
Comment at: test/CodeGen/builtins-ppc-error.c:5
+// RUN:   -triple powerpc64-unknown-unknown -fsyntax-only   \
+// RUN: -Wall -Werror -verify %s
+
----------------
I'm just curious why -Werror? This should be an error even without that.


Repository:
  rL LLVM

https://reviews.llvm.org/D26546





More information about the cfe-commits mailing list