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

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 20 14:42:45 PST 2018


mtrofin updated this revision to Diff 174845.
mtrofin marked an inline comment as done.
mtrofin added a comment.

- Addressed first round of feedback.
- Second round of feedback.
- Avoiding using 'auto' except for iterators.


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.174845.patch
Type: text/x-patch
Size: 30055 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181120/1c69059e/attachment.bin>


More information about the llvm-commits mailing list