forked from OSchip/llvm-project
f317debdb8
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 |
||
---|---|---|
.. | ||
add.ll | ||
bitwise.ll | ||
call.ll | ||
extend_args.ll | ||
float_args.ll | ||
global_address.ll | ||
global_address_pic.ll | ||
pointers.ll | ||
ret.ll | ||
split_args.ll | ||
stack_args.ll |