[all-commits] [llvm/llvm-project] ab2567: [MC] Also sort on IsBKeyFrame

Florian Mayer via All-commits all-commits at lists.llvm.org
Wed Oct 12 14:51:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ab25678ca5aec3e106f87351eae20b57df5ee602
      https://github.com/llvm/llvm-project/commit/ab25678ca5aec3e106f87351eae20b57df5ee602
  Author: Florian Mayer <fmayer at google.com>
  Date:   2022-10-12 (Wed, 12 Oct 2022)

  Changed paths:
    M llvm/lib/MC/MCDwarf.cpp
    A llvm/test/MC/ELF/AArch64/cfi.s

  Log Message:
  -----------
  [MC] Also sort on IsBKeyFrame

Reviewed By: eugenis

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


  Commit: 42cdec1134cb85fef867e50bd66dac49338ab20d
      https://github.com/llvm/llvm-project/commit/42cdec1134cb85fef867e50bd66dac49338ab20d
  Author: Florian Mayer <fmayer at google.com>
  Date:   2022-10-12 (Wed, 12 Oct 2022)

  Changed paths:
    M llvm/lib/MC/MCDwarf.cpp
    M llvm/test/MC/ELF/AArch64/cfi.s

  Log Message:
  -----------
  [MC] Consider IsMTETaggedFrame in CIEKey

Before this, we would incorrectly coalesce CIE for frames with and
without stack MTE.

Reviewed By: eugenis

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


Compare: https://github.com/llvm/llvm-project/compare/1e1c082f7ec6...42cdec1134cb


More information about the All-commits mailing list