[llvm] [Transforms][CodeExtraction] bug fix regions with stackrestore (PR #118564)
Abhay Kanhere via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 9 11:59:55 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"
----------------
AbhayKanhere wrote:
Yes I retained it since I modified existing test with some changes. will remove.
https://github.com/llvm/llvm-project/pull/118564
More information about the llvm-commits
mailing list