[PATCH] D45256: [X86] Introduce cldemote instruction

Gabor Buella via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 4 05:12:32 PDT 2018


GBuella created this revision.
GBuella added reviewers: craig.topper, zvi.
Herald added a subscriber: llvm-commits.

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


Repository:
  rL LLVM

https://reviews.llvm.org/D45256

Files:
  include/llvm/IR/IntrinsicsX86.td
  lib/Support/Host.cpp
  lib/Target/X86/X86.td
  lib/Target/X86/X86InstrInfo.td
  lib/Target/X86/X86Subtarget.cpp
  lib/Target/X86/X86Subtarget.h
  test/CodeGen/X86/cldemote-intrinsic.ll
  test/MC/Disassembler/X86/x86-32.txt
  test/MC/Disassembler/X86/x86-64.txt
  test/MC/X86/x86-32-coverage.s
  test/MC/X86/x86-64.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45256.140944.patch
Type: text/x-patch
Size: 6802 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180404/4758aeff/attachment.bin>


More information about the llvm-commits mailing list