summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ResetMachineFunctionPass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [GlobalISel] Add a fallback path to SDISel.Quentin Colombet2016-08-271-0/+53
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
OpenPOWER on IntegriCloud