[PATCH] D109126: [PowerPC] [NFC] Add Big-Endian checks for existing MMA tests

Qiu Chaofan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 1 22:19:14 PDT 2021


qiucf added inline comments.


================
Comment at: clang/test/CodeGen/builtins-ppc-pair-mma.c:5
+// RUN: %clang_cc1 -O3 -triple powerpc64-unknown-unknown -target-cpu pwr10 \
+// RUN: -emit-llvm %s -o - | FileCheck %s --check-prefix=CHECK-BE
 
----------------
Seems just adding `%clang_cc1 -O3 -triple powerpc64-unknown-unknown -target-cpu pwr10 -emit-llvm %s -o - | FileCheck %s` also makes the test pass. `CHECK` and `CHECK-BE` contents are the same.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109126



More information about the cfe-commits mailing list