[PATCH] D109599: [PowerPC][MMA] Allow MMA builtin types in pre-P10 compilation units
Victor Huang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 24 10:00:43 PDT 2021
NeHuang added inline comments.
================
Comment at: clang/test/Sema/ppc-mma-builtins.c:1
+// RUN: %clang_cc1 -triple powerpc64le-unknown-unknown -target-cpu pwr10 \
+// RUN: -target-feature -mma -fsyntax-only %s -verify
----------------
can you please add `// REQUIRES: powerpc-registered-target` for the ppc specific test?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109599/new/
https://reviews.llvm.org/D109599
More information about the cfe-commits
mailing list