[PATCH] D109599: [PowerPC][MMA] Allow MMA builtin types in pre-P10 compilation units
Nemanja Ivanovic via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 30 17:57:25 PDT 2021
nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.
LGTM as long as you add the back end test.
================
Comment at: clang/test/CodeGen/ppc-mma-types.c:2
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py
-// RUN: %clang_cc1 -triple powerpc64le-linux-unknown -target-cpu future \
+// RUN: %clang_cc1 -triple powerpc64le-linux-unknown -target-cpu pwr10 \
+// RUN: -emit-llvm -O3 -o - %s | FileCheck %s
----------------
Please add this IR test to the back end codegen tests (for older CPUs).
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