This is an archive of the discontinued LLVM Phabricator instance.

Allow inaccessiblememonly and inaccessiblemem_or_argmemonly to be overwriten on call site with operand bundle
ClosedPublic

Authored by yuyichao on Oct 30 2017, 2:10 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

yuyichao created this revision.Oct 30 2017, 2:10 PM
hfinkel accepted this revision.Oct 30 2017, 2:55 PM
hfinkel added a subscriber: hfinkel.

LGTM

This revision is now accepted and ready to land.Oct 30 2017, 2:55 PM

Actually I just realized that the last test is referring to auto upgraded attribute numbers, I'll check if I can directly use new attribute syntax and have more predictable numbers (or do regex matching instead)

yuyichao updated this revision to Diff 120915.Oct 30 2017, 5:42 PM

Updated the test to match the format after autoupgrade.

Thanks for the review. Will leave open for a few more days before merging.

This revision was automatically updated to reflect the committed changes.