[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 22 15:03:34 PDT 2020


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

Other than Lei's concerns, personally I think this looks good to me.



================
Comment at: clang/test/Parser/p10-vector-bool-128.c:6
+// RUN:            -target-feature +power10-vector -fsyntax-only -verify %s
+// expected-no-diagnostics
+
----------------
I believe this comment still needs to be addressed (of the line not being needed).


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