Add GlobalISel skeleton, up to the point where we can select a ret void.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi,
LGTM.
One comment: Given you've hooked up the full pipeline, you could add a test case for each pass and or a test case from LLVM IR to -stop-after instruction-select (or even down to assembly).
Right now, the testing only covers the IRTranslator.
Cheers,
-Quentin
Comment Actions
Thanks, Quentin. I was planning to add tests for the other parts of the pipeline in the next patch, which will be handling something more interesting than just ret void.