[PATCH] D84962: [PowerPC] Correct cpsgn's behaviour on PowerPC to match that of the ABI
Baptiste Saleil via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 5 14:59:14 PDT 2020
bsaleil accepted this revision.
bsaleil added a comment.
LGTM, please fix the unrelated change when committing.
================
Comment at: clang/test/CodeGen/builtins-ppc-vsx.c:1
-// REQUIRES: powerpc-registered-target
+// requires: powerpc-registered-target
// RUN: %clang_cc1 -target-feature +altivec -target-feature +vsx -triple powerpc64-unknown-unknown -emit-llvm %s -o - | FileCheck %s
----------------
Unrelated change ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84962/new/
https://reviews.llvm.org/D84962
More information about the cfe-commits
mailing list