[PATCH] D101819: [DRAFT][M68k GlobaliSel]Added initial boilerplate for Call Lowering
Shivam Gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 7 06:52:36 PDT 2021
xgupta added a comment.
I guess it is better to implement an initial but complete (all passes) skeleton of GlobalISel infrastructure for M68k than doing in pass by pass starting with IRTranslator. I saw the most previous implementations in this way.
(but I also don't have actual experience in implementing them so don't know which way is better)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101819/new/
https://reviews.llvm.org/D101819
More information about the llvm-commits
mailing list