[PATCH] D62590: [MIPS GlobalISel] Add detailed tests for lower call

Petar Avramovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 06:47:17 PDT 2019


Petar.Avramovic created this revision.
Petar.Avramovic added reviewers: atanasyan, petarj.
Herald added subscribers: llvm-commits, jrtc27, arichardson, kristof.beyls, rovka, sdardis.
Herald added a project: LLVM.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D62590

Files:
  test/CodeGen/Mips/GlobalISel/irtranslator/call.ll
  test/CodeGen/Mips/GlobalISel/llvm-ir/call.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62590.201900.patch
Type: text/x-patch
Size: 15382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190529/703eca05/attachment.bin>


More information about the llvm-commits mailing list