Hint to hardware to move the cache line containing the
address to a more distant level of the cache without
writing back to memory.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D45256
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 4 2018, 9:51 AM Closed by commit rL329992: [X86] Introduce cldemote instruction (authored by GBuella). · Explain WhyApr 13 2018, 12:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 142344 llvm/trunk/include/llvm/IR/IntrinsicsX86.td
llvm/trunk/lib/Support/Host.cpp
llvm/trunk/lib/Target/X86/X86.td
llvm/trunk/lib/Target/X86/X86InstrInfo.td
llvm/trunk/lib/Target/X86/X86Subtarget.h
llvm/trunk/lib/Target/X86/X86Subtarget.cpp
llvm/trunk/test/CodeGen/X86/cldemote-intrinsic.ll
llvm/trunk/test/MC/Disassembler/X86/x86-32.txt
llvm/trunk/test/MC/Disassembler/X86/x86-64.txt
llvm/trunk/test/MC/X86/x86-32-coverage.s
llvm/trunk/test/MC/X86/x86-64.s
|