[all-commits] [llvm/llvm-project] 06803d: Add tests for preallocated + musttail
aeubanks via All-commits
all-commits at lists.llvm.org
Thu May 28 12:20:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 06803d7abc230d0d0e74e5b7f7f283970cb02b9f
https://github.com/llvm/llvm-project/commit/06803d7abc230d0d0e74e5b7f7f283970cb02b9f
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-05-28 (Thu, 28 May 2020)
Changed paths:
M llvm/test/CodeGen/X86/musttail-indirect.ll
M llvm/test/CodeGen/X86/musttail-thiscall.ll
Log Message:
-----------
Add tests for preallocated + musttail
Summary:
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.
Reviewers: efriedma, hans
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D80742
More information about the All-commits
mailing list