[all-commits] [llvm/llvm-project] ba58d3: [M68k] Use M68010 cpu as target for SR move test (...

Janis Heims via All-commits all-commits at lists.llvm.org
Sat Jan 11 06:18:27 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ba58d35019ae40641ae454472a43965a7bee5696
      https://github.com/llvm/llvm-project/commit/ba58d35019ae40641ae454472a43965a7bee5696
  Author: Janis Heims <technoelf at undertheprinter.com>
  Date:   2025-01-11 (Sat, 11 Jan 2025)

  Changed paths:
    M llvm/test/MC/M68k/Data/Classes/MxMoveSR.s

  Log Message:
  -----------
  [M68k] Use M68010 cpu as target for SR move test (#122452)

Fixes the test introduced in #111145.

It would also make sense to throw an error when the user attempts to use
a move-from-sr on an unsupported architecture. Currently the encoder
generates garbage instructions for a 68000 because the AsmMatcher is
able to match the move against a MOV16rr



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