[llvm] Implement the trampoline intrinsics for AIX. (PR #149388)
Amy Kwan via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 31 09:45:49 PDT 2025
================
@@ -1,7 +1,7 @@
-; RUN: not --crash llc -mtriple powerpc-ibm-aix-xcoff < %s 2>&1 | FileCheck %s
-; RUN: not --crash llc -mtriple powerpc64-ibm-aix-xcoff < %s 2>&1 | FileCheck %s
-
-; CHECK: LLVM ERROR: INIT_TRAMPOLINE operation is not supported on AIX.
+; RUN: llc -mtriple powerpc-ibm-aix-xcoff < %s 2>&1 | \
+; RUN: FileCheck %s --check-prefix=32BIT
+; RUN: llc -mtriple powerpc64-ibm-aix-xcoff < %s 2>&1 -mattr=-altivec | \
----------------
amy-kwan wrote:
Might be a silly question, but is the `-mattr=-altivec` necessary?
https://github.com/llvm/llvm-project/pull/149388
More information about the llvm-commits
mailing list