[PATCH] D62532: [AIX] Implement function descriptor on SDAG

Xiangling Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 08:33:49 PDT 2019


Xiangling_L updated this revision to Diff 203168.
Xiangling_L marked 4 inline comments as done.
Xiangling_L added a comment.

address 2nd reviews;

1. remove extra blank lines
2. tweak comments for disabling aix call lowering fast-isel path
3. set "always do target lowering object file" for AIX


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62532

Files:
  llvm/include/llvm/CodeGen/TargetPassConfig.h
  llvm/include/llvm/MC/MCSymbol.h
  llvm/include/llvm/MC/MCSymbolXCOFF.h
  llvm/lib/CodeGen/LLVMTargetMachine.cpp
  llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
  llvm/lib/CodeGen/TargetPassConfig.cpp
  llvm/lib/MC/MCContext.cpp
  llvm/lib/Target/PowerPC/PPCFastISel.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/test/CodeGen/PowerPC/test_call_aix.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62532.203168.patch
Type: text/x-patch
Size: 15347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190605/756d89a6/attachment.bin>


More information about the llvm-commits mailing list