[PATCH] D77689: Codegen for call setup

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 1 17:18:29 PDT 2020


aeubanks updated this revision to Diff 261574.
aeubanks added a comment.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: sstefan1.

Look around for inalloca and add preallocated when relevant

  Included lots of tests

Update commit message to be much more descriptive


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77689

Files:
  llvm/include/llvm/CodeGen/ISDOpcodes.h
  llvm/include/llvm/CodeGen/TargetCallingConv.h
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/include/llvm/IR/Argument.h
  llvm/include/llvm/IR/Attributes.h
  llvm/include/llvm/IR/InstrTypes.h
  llvm/include/llvm/Support/TargetOpcodes.def
  llvm/include/llvm/Target/Target.td
  llvm/include/llvm/Target/TargetCallingConv.td
  llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
  llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/lib/IR/Attributes.cpp
  llvm/lib/IR/Function.cpp
  llvm/lib/Target/X86/X86CallingConv.td
  llvm/lib/Target/X86/X86FastISel.cpp
  llvm/lib/Target/X86/X86FrameLowering.cpp
  llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Target/X86/X86MachineFunctionInfo.h
  llvm/lib/Target/X86/X86RegisterInfo.cpp
  llvm/lib/Transforms/Coroutines/CoroSplit.cpp
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/lib/Transforms/IPO/AttributorAttributes.cpp
  llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
  llvm/lib/Transforms/IPO/FunctionAttrs.cpp
  llvm/lib/Transforms/IPO/GlobalOpt.cpp
  llvm/lib/Transforms/IPO/IPConstantPropagation.cpp
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/test/CodeGen/X86/arg-copy-elide.ll
  llvm/test/CodeGen/X86/musttail-indirect.ll
  llvm/test/CodeGen/X86/musttail-thiscall.ll
  llvm/test/CodeGen/X86/preallocated-nocall.ll
  llvm/test/CodeGen/X86/preallocated-x64.ll
  llvm/test/CodeGen/X86/preallocated.ll
  llvm/test/CodeGen/X86/shrink-wrap-chkstk.ll
  llvm/test/CodeGen/X86/tail-call-mutable-memarg.ll
  llvm/test/Transforms/ArgumentPromotion/preallocated.ll
  llvm/test/Transforms/DeadArgElim/keepalive.ll
  llvm/test/Transforms/DeadStoreElimination/MSSA/simple-todo.ll
  llvm/test/Transforms/DeadStoreElimination/simple.ll
  llvm/test/Transforms/FunctionAttrs/readattrs.ll
  llvm/test/Transforms/GlobalOpt/fastcc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77689.261574.patch
Type: text/x-patch
Size: 64680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200502/60bd0762/attachment-0001.bin>


More information about the llvm-commits mailing list