Displaying 1 result from an estimated 1 matches for "g_sequence".
2017 Jan 21
12
[GlobalISel] Quick Status
...his point of the project anyway.
*** Per Pass Status ***
** IRTranslator **
Mostly done.
* What’s Left? *
Some instructions are not yet supported.
** Legalizer **
Core logic is present.
* What’s Left? *
- A lot of instructions are missing, in particular the vector ones.
- Legalization of G_SEQUENCE/G_EXTRACT still up in the air for complex cases.
Note: The lack of broad vector support is one on the reason we target O0, i.e., the vectorizer doesn’t run and we are less likely to hit the missing implementation.
** RegBankSelect **
- Core logic is present, no optimizations yet, or more accura...