[PATCH] D153103: [m68k] Fix incorrect handling of TLS when matching addressing mode.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 16 02:47:42 PDT 2023


RKSimon added inline comments.


================
Comment at: llvm/lib/Target/M68k/M68kISelDAGToDAG.cpp:747
 
   Base = AM.BaseReg;
   Disp = getI16Imm(AM.Disp, SDLoc(N));
----------------
drop this?


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

https://reviews.llvm.org/D153103



More information about the llvm-commits mailing list