This is an archive of the discontinued LLVM Phabricator instance.

[IntrinsicEmitter] Remove GET_INTRINSIC_MODREF_BEHAVIOR table
ClosedPublic

Authored by igor-laevsky on Oct 20 2015, 2:51 PM.

Details

Summary

There is no need to generate separate table for intrinsics mod ref behaviour. It can now be determined purely from function attributes.

Diff Detail

Repository
rL LLVM

Event Timeline

igor-laevsky retitled this revision from to [IntrinsicEmitter] Remove GET_INTRINSIC_MODREF_BEHAVIOR table.
igor-laevsky updated this object.
igor-laevsky added reviewers: reames, hfinkel.
igor-laevsky set the repository for this revision to rL LLVM.
igor-laevsky added a subscriber: llvm-commits.
reames accepted this revision.Oct 21 2015, 6:55 PM
reames edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 21 2015, 6:55 PM
This revision was automatically updated to reflect the committed changes.