[all-commits] [llvm/llvm-project] b8b7fc: [PPC][MC] Restore support for case-insensitive reg...

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue Feb 25 16:14:15 PST 2025


  Branch: refs/heads/release/20.x
  Home:   https://github.com/llvm/llvm-project
  Commit: b8b7fce446a6516be6bee61456e7292f7c1afb86
      https://github.com/llvm/llvm-project/commit/b8b7fce446a6516be6bee61456e7292f7c1afb86
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2025-02-25 (Tue, 25 Feb 2025)

  Changed paths:
    M llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
    A llvm/test/MC/PowerPC/case-insensitive-regs.s

  Log Message:
  -----------
  [PPC][MC] Restore support for case-insensitive register names (#128525)

Lowercase the name before calling MatchRegisterName(), to restore
support for using `%R3` instead of `%r3` and similar, matching the GNU
assembler.

Fixes https://github.com/llvm/llvm-project/issues/126786.

(cherry picked from commit f1252f539ca203a979d61b616186e9be9d612f96)



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