[PATCH] D151276: Weaken MFI Max Call Frame Size Assertion

Oskar Wirga via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 19:37:24 PDT 2023


oskarwirga added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/compute-call-frame-size-unreachable-pass.ll:1
+; RUN: llc < %s
+
----------------
barannikov88 wrote:
> barannikov88 wrote:
> > The test without -mtriple will run for the default target (LLVM_DEFAULT_TARGET_TRIPLE). Does it trigger on any backend?
> > If so, can it be moved to llvm/test/CodeGen/Generic?
> > 
> Ah, never mind, it contains the triple string.
> It is a bit of unusual though, llc test don't usually have neither triple nor datalayout.
> 
I don't know what is usual when it comes to this stuff, happy to change things to make it proper :)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151276/new/

https://reviews.llvm.org/D151276



More information about the llvm-commits mailing list