[PATCH] D77689: [X86] Codegen for preallocated

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 18 12:27:10 PDT 2020


aeubanks updated this revision to Diff 264696.
aeubanks marked an inline comment as done.
aeubanks added a comment.
Herald added a subscriber: kuter.

Remove musttail tests and add TODOs
Address code review comments
Rebase


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/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/Attributor/value-simplify.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
  llvm/test/Transforms/InstCombine/call-cast-target-preallocated.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77689.264696.patch
Type: text/x-patch
Size: 56151 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200518/c9446d89/attachment.bin>


More information about the llvm-commits mailing list