[PATCH] D149864: [M68k] Add new calling convention M68k_RTD
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 09:33:37 PDT 2023
RKSimon 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.
----------------
This comment seems to be for code that doesn't currently exist?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149864/new/
https://reviews.llvm.org/D149864
More information about the llvm-commits
mailing list