This is an archive of the discontinued LLVM Phabricator instance.

[X86] Introduce cldemote instruction
ClosedPublic

Authored by GBuella on Apr 4 2018, 5:11 AM.

Details

Summary

Hint to hardware to move the cache line containing the
address to a more distant level of the cache without
writing back to memory.

Diff Detail

Repository
rL LLVM

Event Timeline

GBuella created this revision.Apr 4 2018, 5:11 AM
This revision is now accepted and ready to land.Apr 4 2018, 9:51 AM
This revision was automatically updated to reflect the committed changes.