| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 283004
|
|
|
|
|
|
| |
NFC
llvm-svn: 282276
|
|
|
|
|
|
|
|
| |
As the development of GlobalISel move forward, this statistic should
strictly decrease until it reaches zero. At this point, it would mean
GlobalISel can replace SDISel (at least on the tested inputs :P).
llvm-svn: 282275
|
|
|
|
|
|
| |
This pass is now able to report when the function is being reset.
llvm-svn: 280272
|
|
When global-isel fails on a MachineFunction MF, MF will be cleaned up
and given to SDISel.
Thanks to this fallback, we can already perform correctness test even if
we support only a small portion of the functions in a test.
llvm-svn: 279891
|