This is an archive of the discontinued LLVM Phabricator instance.

[LoopInterchange] Add remark for calls preventing interchanging.
ClosedPublic

Authored by fhahn on Apr 3 2018, 6:58 AM.

Details

Summary

It also updates test/Transforms/LoopInterchange/call-instructions.ll
to use accesses where we can prove dependence after D35430.

Diff Detail

Repository
rL LLVM

Event Timeline

fhahn created this revision.Apr 3 2018, 6:58 AM
sebpop accepted this revision.Apr 3 2018, 8:57 AM

LGTM. Thanks!

This revision is now accepted and ready to land.Apr 3 2018, 8:57 AM
This revision was automatically updated to reflect the committed changes.