This is an archive of the discontinued LLVM Phabricator instance.

[System Model] [TTI] Move default cache/prefetch implementations
ClosedPublic

Authored by greened on Oct 10 2019, 8:45 AM.

Details

Summary

Move the default implementations of cache and prefetch queries to TargetTransformInfoImplBase and delete them from NoTIIImpl. This brings these interfaces in line with how other TTI interfaces work.

Diff Detail

Event Timeline

greened created this revision.Oct 10 2019, 8:45 AM
This revision is now accepted and ready to land.Oct 10 2019, 11:39 AM
This revision was automatically updated to reflect the committed changes.