[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:52 PST 2025


================
@@ -42,6 +42,17 @@ struct BBClusterInfo {
   unsigned PositionInCluster;
 };
 
+struct BBPosition {
----------------
RKSimon wrote:

(style) public data structures need dxoygen descriptions

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


More information about the llvm-commits mailing list