This is an archive of the discontinued LLVM Phabricator instance.

Support alias.scope and noalias metadata lowering on intrinsics.
ClosedPublic

Authored by nimiwio on Aug 31 2021, 2:22 PM.

Details

Summary

Builds on https://reviews.llvm.org/D107870 to support annotating intrinsics with alias.scope and noalias metadata.

Diff Detail

Event Timeline

nimiwio created this revision.Aug 31 2021, 2:22 PM
nimiwio requested review of this revision.Aug 31 2021, 2:22 PM
arpith-jacob accepted this revision.Aug 31 2021, 11:43 PM
This revision is now accepted and ready to land.Aug 31 2021, 11:43 PM
ftynse accepted this revision.Sep 1 2021, 6:15 AM

Thank you for the reviews! Could you please land this when you get a chance?