llvm-project/llvm/test/CodeGen/MIR/ARM
Matthias Braun ee0679207b MIRParser: Use shorter cfi identifiers
In an instruction like:
	CFI_INSTRUCTION .cfi_def_cfa ...
we can drop the '.cfi_' prefix since that should be obvious by the
context:
	CFI_INSTRUCTION def_cfa ...

While being a terser and cleaner syntax this also prepares to dropping
support for identifiers starting with a dot character so we can use it
for expressions.

Differential Revision: http://reviews.llvm.org/D22388

llvm-svn: 276785
2016-07-26 18:20:00 +00:00
..
bundled-instructions.mir llc: Add support for -run-pass none 2016-07-16 02:24:59 +00:00
cfi-same-value.mir MIRParser: Use shorter cfi identifiers 2016-07-26 18:20:00 +00:00
expected-closing-brace.mir llc: Add support for -run-pass none 2016-07-16 02:24:59 +00:00
extraneous-closing-brace-error.mir llc: Add support for -run-pass none 2016-07-16 02:24:59 +00:00
imm-peephole-arm.mir [MIR] Print on the given output instead of stderr. 2016-07-13 20:36:03 +00:00
imm-peephole-thumb.mir [MIR] Print on the given output instead of stderr. 2016-07-13 20:36:03 +00:00
lit.local.cfg
nested-instruction-bundle-error.mir llc: Add support for -run-pass none 2016-07-16 02:24:59 +00:00
sched-it-debug-nodes.mir MIRParser: Use shorter cfi identifiers 2016-07-26 18:20:00 +00:00