[PATCH] D106775: [MCA] Moving the target specific CustomBehaviour impl. from /tools/llvm-mca/ to /lib/Target/.

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 26 07:26:24 PDT 2021


foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/CMakeLists.txt:159
   Passes
+  AMDGPUTargetMCA
   AMDGPUDesc
----------------
I don't speak cmake. What does this line do? Does it mean that the target MCA class will be pulled into the AMDGPUCodeGen library? That seems unnecessary, since it's not needed for codegen.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106775



More information about the llvm-commits mailing list