This is an archive of the discontinued LLVM Phabricator instance.

[ArgPromo][Tests] Examples to show missing 'byval' argument propagation
AbandonedPublic

Authored by jdoerfert on Jul 31 2019, 1:21 PM.

Details

Summary

This adds a test to show that we miss propagating a byval array.
Similar problem cases are already in the code base, see

https://bugs.llvm.org/show_bug.cgi?id=42852

Event Timeline

jdoerfert created this revision.Jul 31 2019, 1:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2019, 1:21 PM
Herald added a subscriber: bollu. · View Herald Transcript
jdoerfert updated this revision to Diff 212653.Jul 31 2019, 1:24 PM

Fix check line placement

jdoerfert abandoned this revision.Jul 31 2019, 2:53 PM

I will propose more test improvements in a different review

jdoerfert updated this revision to Diff 212678.Jul 31 2019, 3:26 PM

Add and improve more tests

jdoerfert abandoned this revision.Jul 31 2019, 3:29 PM

mixed up review numbers, abandon this one again