This is an archive of the discontinued LLVM Phabricator instance.

[TLI] Mark memset_pattern16 params nocapture.
ClosedPublic

Authored by ab on Apr 24 2016, 12:54 PM.

Details

Summary

Noticed while looking at D17598. I think it should also be nothrow, but there are lots of missing attributes already. I'm playing with tablegen so will do another pass over everything. For now, nocapture should help Mehdi.

Depends on D19470.

Diff Detail

Repository
rL LLVM

Event Timeline

ab updated this revision to Diff 54809.Apr 24 2016, 12:54 PM
ab retitled this revision from to [TLI] Mark memset_pattern16 params nocapture..
ab updated this object.
ab added reviewers: mehdi_amini, echristo.
ab added a subscriber: llvm-commits.
mehdi_amini accepted this revision.Apr 26 2016, 11:10 PM
mehdi_amini edited edge metadata.

LGTM, thanks.

This revision is now accepted and ready to land.Apr 26 2016, 11:10 PM
This revision was automatically updated to reflect the committed changes.