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

Amy Kwan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 15 13:16:49 PDT 2020


amyk added inline comments.


================
Comment at: clang/test/Parser/p10-vector-bool-128.c:1
+// RUN: %clang_cc1 -triple=powerpc64-unknown-linux-gnu -target-feature +altivec -target-feature +vsx -fsyntax-only -verify %s
+// RUN: %clang_cc1 -triple=powerpc64le-unknown-linux-gnu -target-feature +altivec -target-feature +vsx -fsyntax-only -verify %s
----------------
Just curious but does the RUN line require `pwr10`?


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