summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/inlineasm-constraint-reg64.ll
Commit message (Collapse)AuthorAgeFilesLines
* [utils] Reflow asm check generation to tolerate blank linesSimon Atanasyan2019-11-011-3/+16
| | | | | | | | | | | | | | This change introduces two fixes. The second fix allows to generate a test to check the first fix. - Output `CHECK-EMPTY` prefix for an empty line in ASM output. Before that fix `update_llc_test_checks.py` incorrectly emits `CHECK-NEXT: <space>` prefix. - Fix the `ASM_FUNCTION_MIPS_RE` regex to stop on a real function epilogue not on an inline assembler prologue and include inline assembler code into a test. Differential Revision: https://reviews.llvm.org/D47192
* [mips] Name inline asm constraint test cases in a uniform manner. NFCSimon Atanasyan2019-07-171-0/+20
llvm-svn: 366302
OpenPOWER on IntegriCloud