[llvm] [PowerPC] Use setbc for values from vector compare conditions (PR #114858)

Amy Kwan via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 11 10:14:52 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:

Oops, you're right. Thanks for the reminder, Roland. Please disregard this comment.

https://github.com/llvm/llvm-project/pull/114858


More information about the llvm-commits mailing list