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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 3 20:50:45 PDT 2018


craig.topper added inline comments.


================
Comment at: lib/Target/X86/X86.h:1
-//===-- X86.h - Top-level interface for X86 representation ------*- C++ -*-===//
+///===-- X86.h - Top-level interface for X86 representation ------*- C++ -*-===//
 //
----------------
Accidental change?


================
Comment at: lib/Target/X86/X86.h:130
+/// This pass applies profiling information to insert cache prefetches.
+FunctionPass *
+createX86InsertPrefetchPass();
----------------
No need for this to be two lines


Repository:
  rL LLVM

https://reviews.llvm.org/D54052





More information about the llvm-commits mailing list