[PATCH] D34708: [NVPTX] Allow to make libcalls that are defined in the current module.

Denys Zariaiev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 18 11:56:34 PST 2018


denzp updated this revision to Diff 178748.
Herald added subscribers: jfb, mgrang.

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D34708/new/

https://reviews.llvm.org/D34708

Files:
  include/llvm/CodeGen/SelectionDAG.h
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/Target/NVPTX/CMakeLists.txt
  lib/Target/NVPTX/NVPTX.h
  lib/Target/NVPTX/NVPTXISelLowering.cpp
  lib/Target/NVPTX/NVPTXISelLowering.h
  lib/Target/NVPTX/NVPTXInstrInfo.td
  lib/Target/NVPTX/NVPTXProxyRegErasure.cpp
  lib/Target/NVPTX/NVPTXTargetMachine.cpp
  libcalls.patch
  test/CodeGen/NVPTX/calls-with-phi.ll
  test/CodeGen/NVPTX/libcall-fulfilled.ll
  test/CodeGen/NVPTX/libcall-instruction.ll
  test/CodeGen/NVPTX/libcall-intrinsic.ll
  test/CodeGen/NVPTX/zero-cs.ll





More information about the llvm-commits mailing list