[PATCH] D149864: [M68k] Add new calling convention M68k_RTD

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 10:03:17 PDT 2023


myhsu added inline comments.


================
Comment at: llvm/test/CodeGen/M68k/CConv/rtd-call.ll:1
+; RUN: llc -mtriple=m68k %s -stop-after=finalize-isel -o - | FileCheck %s
+
----------------
jrtc27 wrote:
> I don't know if the M68k backend tests do this as religiously as RISCV, but you should probably be using update_mir_test_checks.py for your MIR output tests.
Thanks, I didn't know there is a UTC for MIR.


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

https://reviews.llvm.org/D149864



More information about the llvm-commits mailing list