Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [utils] Reflow asm check generation to tolerate blank lines | Simon Atanasyan | 2019-11-01 | 1 | -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. NFC | Simon Atanasyan | 2019-07-17 | 1 | -0/+20 |
llvm-svn: 366302 |