[PATCH] D101733: [M68k][AsmParser] Fix invalid register name parsing logics
Min-Yih Hsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 5 17:51:32 PDT 2021
myhsu marked an inline comment as done.
myhsu added inline comments.
================
Comment at: llvm/test/MC/M68k/Data/Classes/MxMoveCCR.s:1-16
+; RUN: llvm-mc -triple=m68k -show-encoding %s | FileCheck %s
+ .text
+ .globl MxMoveToCCR
+; CHECK-LABEL: MxMoveToCCR:
+MxMoveToCCR:
+ ; CHECK: move.w %d1, %ccr
+ ; CHECK-SAME: encoding: [0x44,0xc1]
----------------
jrtc27 wrote:
> Keep your tests minimal please, no unnecessary crud
Fixed in: https://reviews.llvm.org/rGf6d7fc801b4a513a5d5e04762e0e4c71414ae5ef
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101733/new/
https://reviews.llvm.org/D101733
More information about the llvm-commits
mailing list