This is an archive of the discontinued LLVM Phabricator instance.

[MemorySanitizer] NFC. Do not use GET_INTRINSIC_MODREF_BEHAVIOR table.
ClosedPublic

Authored by igor-laevsky on Oct 20 2015, 10:43 AM.

Details

Summary

NFC. It is now possible to infer intrinsic modref behaviour purely from intrinsic attributes. This change will allow to completely remove GET_INTRINSIC_MODREF_BEHAVIOR table.

Diff Detail

Repository
rL LLVM

Event Timeline

igor-laevsky retitled this revision from to [MemorySanitizer] NFC. Do not use GET_INTRINSIC_MODREF_BEHAVIOR table..
igor-laevsky updated this object.
igor-laevsky added reviewers: reames, hfinkel, eugenis.
igor-laevsky set the repository for this revision to rL LLVM.
igor-laevsky added a subscriber: llvm-commits.
eugenis accepted this revision.Oct 20 2015, 11:12 AM
eugenis edited edge metadata.

Looks great, thanks!

This revision is now accepted and ready to land.Oct 20 2015, 11:12 AM
This revision was automatically updated to reflect the committed changes.