[PATCH] D88391: [M68k] (Patch 5/8) Target lowering

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 03:56:35 PST 2020


RKSimon added inline comments.


================
Comment at: llvm/lib/Target/M68k/M68k.h:27
+/// instruction scheduling.
+FunctionPass *createM68kISelDag(M68kTargetMachine &TM);
+
----------------
rengolin wrote:
> It would be so nice if we could start all new targets with support for Global ISel instead... 
> 
> Oh well, Long live SelectionDAG! :)
Does GlobalISel support big-endian targets?


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

https://reviews.llvm.org/D88391



More information about the llvm-commits mailing list