llvm-project/llvm/test/CodeGen/Mips/GlobalISel/irtranslator
Petar Avramovic f317debdb8 [MIPS GlobalISel] Add detailed tests for lower call
Test different operand types of callee and their behavior whether
relocation model is pic or not.
Possible operand types are:
Register (function pointer),
External symbol (used for libcalls e.g. __udivdi3 or memcpy),
Global address.

Global address has different handling depending on relocation model
and linkage type. Register and external symbol do not.

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

llvm-svn: 362212
2019-05-31 08:40:08 +00:00
..
add.ll
bitwise.ll [MIPS GlobalISel] ClampScalar G_AND G_OR and G_XOR 2018-12-18 11:36:14 +00:00
call.ll [MIPS GlobalISel] Add detailed tests for lower call 2019-05-31 08:40:08 +00:00
extend_args.ll GlobalISel: Fix creating MMOs with align 0 2019-01-31 01:38:47 +00:00
float_args.ll [MIPS GlobalISel] Lower float and double arguments in registers 2019-03-25 11:23:41 +00:00
global_address.ll [MIPS GlobalISel] Select global address 2018-08-01 09:03:23 +00:00
global_address_pic.ll [MIPS GlobalISel] Handle position independent code 2019-05-31 08:27:06 +00:00
pointers.ll GlobalISel: Fix creating MMOs with align 0 2019-01-31 01:38:47 +00:00
ret.ll
split_args.ll GlobalISel: Fix creating MMOs with align 0 2019-01-31 01:38:47 +00:00
stack_args.ll GlobalISel: Fix creating MMOs with align 0 2019-01-31 01:38:47 +00:00