[PATCH] D102612: SwiftTailCC: teach verifier musttail rules applicable to this CC.

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 25 06:13:02 PDT 2021


t.p.northover updated this revision to Diff 347647.
t.p.northover added a comment.

Added test for `sret` promotion case the verifier can't handle.


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

https://reviews.llvm.org/D102612

Files:
  llvm/docs/LangRef.rst
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  llvm/lib/IR/Verifier.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/AArch64/swifttail-call.ll
  llvm/test/CodeGen/AArch64/tailcc-notail.ll
  llvm/test/CodeGen/ARM/tailcc-notail.ll
  llvm/test/CodeGen/X86/tailcall-swifttailcc.ll
  llvm/test/CodeGen/X86/tailcc-notail.ll
  llvm/test/Verifier/swifttailcc-musttail-valid.ll
  llvm/test/Verifier/swifttailcc-musttail.ll
  llvm/test/Verifier/tailcc-musttail.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102612.347647.patch
Type: text/x-patch
Size: 26394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210525/e59b5a59/attachment.bin>


More information about the llvm-commits mailing list