This is an archive of the discontinued LLVM Phabricator instance.

Vector of pointers in function attributes calculations
ClosedPublic

Authored by delena on Nov 15 2015, 11:49 PM.

Details

Summary

While setting function attributes we check all instructions that may access memory. For a call instruction we check all arguments. The special check is required for pointers.
I added vector-of-pointers to the call arguments types that should be checked.

Diff Detail

Repository
rL LLVM

Event Timeline

delena updated this revision to Diff 40250.Nov 15 2015, 11:49 PM
delena retitled this revision from to Vector of pointers in function attributes calculations.
delena updated this object.
delena added reviewers: chandlerc, jbrodman.
delena set the repository for this revision to rL LLVM.
delena added a subscriber: llvm-commits.
jbrodman edited edge metadata.Nov 16 2015, 6:57 AM
This comment was removed by jbrodman.
delena added a subscriber: delena.Nov 16 2015, 11:25 PM

Please accept this revision. It will let me to commit.

  • Elena
jbrodman accepted this revision.Nov 17 2015, 9:44 AM
jbrodman edited edge metadata.
This revision is now accepted and ready to land.Nov 17 2015, 9:44 AM
This revision was automatically updated to reflect the committed changes.