[all-commits] [llvm/llvm-project] 69f1cd: [llvm][AArch64] Disable BigByval with expensive ch...

David Spickett via All-commits all-commits at lists.llvm.org
Thu Aug 31 03:16:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 69f1cd58aaab7e3508b86ae97795cd85fd84edd0
      https://github.com/llvm/llvm-project/commit/69f1cd58aaab7e3508b86ae97795cd85fd84edd0
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2023-08-31 (Thu, 31 Aug 2023)

  Changed paths:
    M llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll

  Log Message:
  -----------
  [llvm][AArch64] Disable BigByval with expensive checks

AArch64 incorrectly nests ADJCALLSTACKDOWN/ADJCALLSTACKUP which fails
to verify with expensive checks enabled.

See https://github.com/llvm/llvm-project/issues/62137 and
https://github.com/llvm/llvm-project/issues/62138.




More information about the All-commits mailing list