This is an archive of the discontinued LLVM Phabricator instance.

[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
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

Diff Detail

Event Timeline

david-arm created this revision.Sep 4 2020, 5:59 AM
Herald added a reviewer: efriedma. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
david-arm requested review of this revision.Sep 4 2020, 5:59 AM
This revision is now accepted and ready to land.Sep 10 2020, 2:28 AM
This revision was automatically updated to reflect the committed changes.