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

Patrick Holland via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 27 13:37:21 PDT 2021


holland11 added a comment.

In D106775#2908451 <https://reviews.llvm.org/D106775#2908451>, @lebedev.ri wrote:

> Have you looked at how per-target stuff of llvm-mca is handled?
> Does that also need similar changes? If not, perhaps this can be changed to more closely mimic that instead?

As far as MCA specific stuff goes, this is the only 'per-target' code that I'm aware of. MCA does use target specific classes such as AsmParser, MCTargetStreamer, etc. and those are what I based this implementation off of.


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