[PATCH] D101130: [PowerPC] Provide XL-compatible builtins in altivec.h

Bardia Mahjour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 23 07:37:40 PDT 2021


bmahjour added a comment.

LGTM



================
Comment at: clang/test/CodeGen/builtins-ppc-xlcompat.c:6
+// RUN: %clang_cc1 -target-feature +altivec -target-feature +vsx \
+  // RUN:   -triple powerpc64le-unknown-unknown -emit-llvm %s -o - \
+// RUN:   -D__XL_COMPAT_ALTIVEC__ | FileCheck %s
----------------
[nit] remove extra space


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101130



More information about the cfe-commits mailing list