[PATCH] D54052: Support for inserting profile-directed cache prefetches

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 6 14:23:52 PST 2018


mtrofin updated this revision to Diff 172857.
mtrofin marked 2 inline comments as done.
mtrofin added a comment.

- Second round of feedback.


Repository:
  rL LLVM

https://reviews.llvm.org/D54052

Files:
  lib/Target/X86/CMakeLists.txt
  lib/Target/X86/X86.h
  lib/Target/X86/X86DiscriminateMemOps.cpp
  lib/Target/X86/X86InsertPrefetch.cpp
  lib/Target/X86/X86TargetMachine.cpp
  test/CodeGen/X86/discriminate-mem-ops.ll
  test/CodeGen/X86/insert-prefetch-inline.afdo
  test/CodeGen/X86/insert-prefetch-inline.ll
  test/CodeGen/X86/insert-prefetch-no-MachineMemOperand.ll
  test/CodeGen/X86/insert-prefetch-nomemop.afdo
  test/CodeGen/X86/insert-prefetch-other.afdo
  test/CodeGen/X86/insert-prefetch.afdo
  test/CodeGen/X86/insert-prefetch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54052.172857.patch
Type: text/x-patch
Size: 29886 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181106/5b0b950f/attachment-0001.bin>


More information about the llvm-commits mailing list