[llvm] [PowerPC] Utilize `getReservedRegs` to find asm clobberable registers. (PR #99766)
zhijian lin via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 07:49:54 PDT 2024
================
@@ -0,0 +1,13 @@
+; RUN: llc < %s -mtriple=powerpc-unknown-aix-xcoff -verify-machineinstrs \
+; RUN: -mcpu=pwr7 -mattr=+altivec -O0 2>&1 | FileCheck %s
----------------
diggerlin wrote:
do you need the option `-mcpu=pwr7 -mattr=+altivec -O0`
https://github.com/llvm/llvm-project/pull/99766
More information about the llvm-commits
mailing list