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

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 18:58:02 PDT 2023


barannikov88 added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/compute-call-frame-size-unreachable-pass.ll:1
+; RUN: llc < %s
+
----------------
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.



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