[all-commits] [llvm/llvm-project] 198df5: Weaken MFI Max Call Frame Size Assertion

Oskar Wirga via All-commits all-commits at lists.llvm.org
Wed Jul 5 14:03:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 198df5f6820489f9a15a682f189d3827a0be2323
      https://github.com/llvm/llvm-project/commit/198df5f6820489f9a15a682f189d3827a0be2323
  Author: Oskar Wirga <oskar at wirga.com>
  Date:   2023-07-05 (Wed, 05 Jul 2023)

  Changed paths:
    M llvm/lib/CodeGen/PrologEpilogInserter.cpp
    A llvm/test/CodeGen/AArch64/compute-call-frame-size-unreachable-pass.ll

  Log Message:
  -----------
  Weaken MFI Max Call Frame Size Assertion

A year ago when I was not invested at all into compilers, I found an assertion error when building an AArch64 debug build with LTO + CFI, among other combinations.

It was posted as a github issue here: https://github.com/llvm/llvm-project/issues/54088

I took it upon myself to revisit the issue now that I have spent some more time working on LLVM.

Reviewed By: MatzeB

Differential Revision: https://reviews.llvm.org/D151276




More information about the All-commits mailing list