[llvm] X86: Add prefetch insertion based on Propeller profile (PR #166324)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 4 01:27:51 PST 2025


================
@@ -100,6 +100,12 @@ template <> struct DenseMapInfo<MBBSectionID> {
   }
 };
 
+struct PrefetchTarget {
----------------
RKSimon wrote:

Missing descriptions

https://github.com/llvm/llvm-project/pull/166324


More information about the llvm-commits mailing list