[all-commits] [llvm/llvm-project] f20d8b: [SPARC][IAS] Add GNU extension for `addc`

Koakuma via All-commits all-commits at lists.llvm.org
Sat Jun 8 19:59:07 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f20d8b9dcb07188813f52b9be308325f74154196
      https://github.com/llvm/llvm-project/commit/f20d8b9dcb07188813f52b9be308325f74154196
  Author: Koakuma <koachan at protonmail.com>
  Date:   2024-06-09 (Sun, 09 Jun 2024)

  Changed paths:
    M llvm/lib/Target/Sparc/SparcInstrAliases.td
    M llvm/test/MC/Sparc/sparcv9-instructions.s

  Log Message:
  -----------
  [SPARC][IAS] Add GNU extension for `addc`

Transform `addc imm, %rs, %rd` into `addc %rs, imm, %rd`.
This is used in some GNU and Linux code.

Reviewers: s-barannikov, rorth, jrtc27, brad0

Reviewed By: s-barannikov

Pull Request: https://github.com/llvm/llvm-project/pull/94245



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