[PATCH] D80742: Add tests for preallocated + musttail

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 10:56:20 PDT 2020


aeubanks created this revision.
aeubanks added reviewers: efriedma, hans.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Follow-up to https://reviews.llvm.org/D80581.
Turns out the codegen part already worked, so only needed to add tests.
I manually verified that in these tests the generated code for inalloca
and preallocated were identical.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80742

Files:
  llvm/test/CodeGen/X86/musttail-indirect.ll
  llvm/test/CodeGen/X86/musttail-thiscall.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80742.266941.patch
Type: text/x-patch
Size: 7068 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200528/6ce9ef54/attachment.bin>


More information about the llvm-commits mailing list