llvm-project/llvm/test/CodeGen/MIR/ARM
Diana Picus d5a00b0ff6 [MIR] Print target-specific constant pools
This should enable us to test the generation of target-specific constant
pools, e.g. for ARM:

constants:
 - id:              0
   value:           'g(GOT_PREL)-(LPC0+8-.)'
   alignment:       4
   isTargetSpecific: true

I intend to use this to test PIC support in GlobalISel for ARM.

This is difficult to test outside of that context, since the existing
MIR tests usually rely on parser support as well, and that seems a bit
trickier to add. We could try to add a unit test, but the setup for that
seems rather convoluted and overkill.

We do test however that the parser reports a nice error when
encountering a target-specific constant pool.

Differential Revision: https://reviews.llvm.org/D36092

llvm-svn: 309806
2017-08-02 11:09:30 +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
ifcvt_canFallThroughTo.mir [IfConversion] Add missing check in IfConversion/canFallThroughTo 2017-05-10 13:06:13 +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
target-constant-pools-error.mir [MIR] Print target-specific constant pools 2017-08-02 11:09:30 +00:00