[all-commits] [llvm/llvm-project] 78671d: [Sparc] Use helper class for emitting CFI instruct...

Sergei Barannikov via All-commits all-commits at lists.llvm.org
Wed Apr 16 17:53:30 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 78671dbb26628f072cb94de784349c50201c1e0f
      https://github.com/llvm/llvm-project/commit/78671dbb26628f072cb94de784349c50201c1e0f
  Author: Sergei Barannikov <barannikov88 at gmail.com>
  Date:   2025-04-17 (Thu, 17 Apr 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/CFIInstBuilder.h
    M llvm/lib/Target/Sparc/SparcFrameLowering.cpp

  Log Message:
  -----------
  [Sparc] Use helper class for emitting CFI instructions into MIR (#136027)

Also, guard emission by `needsFrameMoves()` check. There are no changes
in tests because cfi instructions are currently ignored by AsmPrinter
when they don't need to be printed/encoded.

PR: https://github.com/llvm/llvm-project/pull/136027



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list