[PATCH] D149864: [M68k] Add new calling convention M68k_RTD
Min-Yih Hsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 14:33:02 PDT 2023
myhsu added inline comments.
================
Comment at: llvm/lib/Target/M68k/M68kExpandPseudo.cpp:264
+ // Default situation for 68000 or adjustment larger than 16 bits
+ // as RTD can only take a 16-bit displacement.
----------------
RKSimon wrote:
> This comment seems to be for code that doesn't currently exist?
you're right, I'll remove it (and maybe add it back when we have RTD).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149864/new/
https://reviews.llvm.org/D149864
More information about the llvm-commits
mailing list