[all-commits] [llvm/llvm-project] 1e1770: [SVE][CodeGen] Fix InlineFunction for scalable vec...
david-arm via All-commits
all-commits at lists.llvm.org
Fri Sep 11 00:35:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1e1770a07ec0f6a3576362ea5eb97aedd33f4b26
https://github.com/llvm/llvm-project/commit/1e1770a07ec0f6a3576362ea5eb97aedd33f4b26
Author: David Sherwood <david.sherwood at arm.com>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M llvm/lib/Transforms/Utils/InlineFunction.cpp
A llvm/test/Transforms/Inline/AArch64/sve-alloca-merge.ll
Log Message:
-----------
[SVE][CodeGen] Fix InlineFunction for scalable vectors
When inlining functions containing allocas of scalable vectors we
cannot specify the size in the lifetime markers, since we don't
know this at compile time.
Added new test here:
test/Transforms/Inline/AArch64/sve-alloca-merge.ll
Differential Revision: https://reviews.llvm.org/D87139
More information about the All-commits
mailing list