[PATCH] D81816: [PowerPC] Add support for vector bool __int128 for Power10

Lei Huang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 23 06:21:55 PDT 2020


lei accepted this revision as: lei.
lei added a comment.

LGTM, please address the 1 comment I have on commit.



================
Comment at: clang/test/Parser/altivec-bool-128.c:6
+// RUN: %clang_cc1 -triple=powerpc64le-unknown-linux-gnu -target-cpu pwr10 \
+// RUN:            -target-feature +altivec -target-feature +vsx \
+// RUN:            -target-feature -power10-vector -fsyntax-only -verify %s
----------------
I don't think this is needed here `-target-feature +altivec`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81816





More information about the cfe-commits mailing list