[PATCH] D101410: [M68k][test] Initial migration of MC tests

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 5 17:37:15 PDT 2021


myhsu marked 2 inline comments as done.
myhsu added inline comments.


================
Comment at: llvm/test/MC/M68k/Arith/Classes/MxNEG.s:4
+; CHECK-LABEL: MxNEG:
+MxNEG:
+	; CHECK:      neg.b  %d0
----------------
jrtc27 wrote:
> myhsu wrote:
> > jrtc27 wrote:
> > > This file was committed with labels still
> > The labels here are used to group different categories of instructions, such that we can isolate failure in a finer granularity. Therefore in the last changes I only clean up files with only a single label.
> That is entirely unnecessary. Other targets don't do this. Labels are only added when you need an actual label.
okay, I will fix it shortly


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101410/new/

https://reviews.llvm.org/D101410



More information about the llvm-commits mailing list