[llvm] [PowerPC] Use setbc for values from vector compare conditions (PR #114858)
Amy Kwan via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 7 13:55:32 PST 2024
================
@@ -0,0 +1,15 @@
+; RUN: llc -mcpu=pwr10 -mtriple=powerpc64-ibm-aix -ppc-asm-full-reg-names \
+; RUN: -ppc-vsr-nums-as-vr < %s | FileCheck %s
+; RUN: llc -mcpu=pwr10 -mtriple=powerpc64le-unknown-linux-gnu \
+; RUN: -ppc-asm-full-reg-names -ppc-vsr-nums-as-vr < %s | FileCheck %s
----------------
amy-kwan wrote:
Does it also make sense to add a `-mtriple=powerpc-ibm-aix` RUN line like you did in the other test?
https://github.com/llvm/llvm-project/pull/114858
More information about the llvm-commits
mailing list