[llvm] [NFC][AlwaysInliner] Reduce AlwaysInliner memory consumption. (PR #96958)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 27 13:04:13 PDT 2024
================
@@ -1,12 +1,10 @@
; RUN: opt --Os -pass-remarks=inline -S < %s 2>&1 | FileCheck %s
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
-target triple = "arm64e-apple-macosx13"
----------------
aeubanks wrote:
please split the unrelated test changes to another PR
https://github.com/llvm/llvm-project/pull/96958
More information about the llvm-commits
mailing list