[PATCH] D88391: [M68k] (Patch 5/8) Target lowering
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 17 05:36:45 PST 2020
rengolin added inline comments.
================
Comment at: llvm/lib/Target/M68k/M68k.h:27
+/// instruction scheduling.
+FunctionPass *createM68kISelDag(M68kTargetMachine &TM);
+
----------------
RKSimon wrote:
> 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?
Don't know. It was just a tongue-in-cheek comment. :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88391/new/
https://reviews.llvm.org/D88391
More information about the llvm-commits
mailing list