[PATCH] D35168: [mips] Handle the `long-calls` feature flags in the MIPS backend

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 14:25:01 PDT 2017


atanasyan updated this revision to Diff 106534.
atanasyan added a comment.

- Handle jumps to 64-bit symbols in case of `long-calls` option
- Ignore `long-calls` option if abi calls is used

Warning generation in case of mixed usage of `-mlong-calls` and `-mabicalls` options will be implemented in the Clang by a separate commit.


Repository:
  rL LLVM

https://reviews.llvm.org/D35168

Files:
  lib/Target/Mips/Mips.td
  lib/Target/Mips/MipsISelLowering.cpp
  lib/Target/Mips/MipsSubtarget.h
  test/CodeGen/Mips/long-calls.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35168.106534.patch
Type: text/x-patch
Size: 4457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170713/cfdb7d5e/attachment.bin>


More information about the llvm-commits mailing list