[PATCH] D109178: [PowerPC] Disable vector types when not supported by subtarget features

Amy Kwan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 30 06:31:49 PDT 2021


amyk accepted this revision.
amyk added a comment.

Overall LGTM.



================
Comment at: clang/test/CodeGen/builtins-ppc-int128.c:7
+// RUN:   -triple powerpc64le-unknown-unknown -target-cpu pwr8 \
+// RUN:   -emit-llvm %s -o - -U__XL_COMPAT_ALTIVEC__ | FileCheck %s -check-prefix=CHECK-LE
+#include <altivec.h>
----------------
nit: RUN line slightly too long.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109178/new/

https://reviews.llvm.org/D109178



More information about the cfe-commits mailing list