[llvm] [Transforms][CodeExtraction] bug fix regions with stackrestore (PR #118564)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 6 02:11:36 PST 2024
================
@@ -0,0 +1,51 @@
+; RUN: opt -S -passes=hotcoldsplit -hotcoldsplit-max-params=1 < %s | FileCheck %s
+
+target datalayout = "E-m:a-p:32:32-i64:64-n32"
+target triple = "powerpc64-ibm-aix7.2.0.0"
----------------
fhahn wrote:
Is this triple needed? If it is, the test needs to be marked as requiring the PowerPC backend, otherwise it will fail when it is not built.
https://github.com/llvm/llvm-project/pull/118564
More information about the llvm-commits
mailing list