[PATCH] D105651: [AMDGPU] Tune perfhint analysis to account access width

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 15 03:36:50 PDT 2021


foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp:220-221
+            32);
+        FI.MemInstCount += Size;
+        FI.InstCount += Size;
         continue;
----------------
The "InstCount" names seem like a lie since we are no longer counting the number of instructions, but I don't have a better idea.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105651/new/

https://reviews.llvm.org/D105651



More information about the llvm-commits mailing list