This is an archive of the discontinued LLVM Phabricator instance.

[NVPTX] Annotate call machine instructions as calls.
ClosedPublic

Authored by jlebar on Feb 16 2016, 4:54 PM.

Details

Summary

Otherwise we'll try to do unsafe optimizations on these MIs, such as
sinking loads below calls.

(I suspect that this is not the only bug in the NVPTX instruction
tablegen files; I need to comb through them.)

Diff Detail

Event Timeline

jlebar updated this revision to Diff 48129.Feb 16 2016, 4:54 PM
jlebar retitled this revision from to [NVPTX] Annotate call machine instructions as calls..
jlebar updated this object.
jlebar added reviewers: jingyue, tra.
jlebar added subscribers: llvm-commits, jhen.
tra edited edge metadata.Feb 16 2016, 5:21 PM

Looks good to my unqualified eye.

jholewinski accepted this revision.Feb 16 2016, 5:33 PM
jholewinski added a reviewer: jholewinski.

Looks reasonable to me.

This revision is now accepted and ready to land.Feb 16 2016, 5:33 PM
This revision was automatically updated to reflect the committed changes.