[llvm] [PowerPC][AIX] Emit PowerPC version for XCOFF (PR #95510)
Qiu Chaofan via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 21 03:14:51 PDT 2024
================
@@ -0,0 +1,17 @@
+; RUN: llc -verify-machineinstrs -mtriple powerpc64-ibm-aix-xcoff < %s | FileCheck %s
+
+; CHECK: .file "1.c"
+; CHECK-NEXT: .machine "ppc64"
----------------
ecnelises wrote:
Does system `as`'s `ppc64` and LLVM's `ppc64` refer to the same instruction set?
https://github.com/llvm/llvm-project/pull/95510
More information about the llvm-commits
mailing list