summaryrefslogtreecommitdiffstats
path: root/llvm/test/MachineVerifier/test_g_zextload.mir
Commit message (Collapse)AuthorAgeFilesLines
* Fix GlobalISel MachineVerifier tests. NFC.Volkan Keles2019-06-191-1/+1
| | | | | | | | These test were failing when building llvm with `-DLLVM_DEFAULT_TARGET_TRIPLE=''`. Add `-march` to the run line to fix the issue. llvm-svn: 363854
* Try to organize MachineVerifier testsMatt Arsenault2019-02-151-0/+28
The Verifier is separate from the MachineVerifier, so move it to a different directory. Some other verifier tests were scattered in target codegen tests as well (although I'm sure I missed some). Work towards using a more consistent naming scheme to make it clearer where the gaps still are for generic instructions. llvm-svn: 354138
OpenPOWER on IntegriCloud