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
Paths
| Differential D87139
[SVE][CodeGen] Fix InlineFunction for scalable vectors ClosedPublic Authored by david-arm on Sep 4 2020, 5:59 AM.
Details Summary When inlining functions containing allocas of scalable vectors we Added new test here: test/Transforms/Inline/AArch64/sve-alloca-merge.ll
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 10 2020, 2:28 AM Closed by commit rG1e1770a07ec0: [SVE][CodeGen] Fix InlineFunction for scalable vectors (authored by david-arm). · Explain WhySep 11 2020, 12:35 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 291148 llvm/lib/Transforms/Utils/InlineFunction.cpp
llvm/test/Transforms/Inline/AArch64/sve-alloca-merge.ll
|