[PATCH] D137516: [TargetSupport] Move TargetParser API in a separate LLVM component.

Francesco Petrogalli via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 7 09:43:39 PST 2022


fpetrogalli added a comment.

@arsenm @frasercrmck @lenary - thank you for the feedback

1. The library could host anything that needs to be auto-generated with tablegen. If we add `MVT`s, the name `TargetSupport` becomes obsolete.
2. Therefore we could use a name like `AutoGenSupport` (or similar, I am open to suggestions).
3. @lenary is saying that components like `Support/Host` needs to be moved together with the AArch64/ARM bits of the target parser. Do people see an issue if we add files that do not need auto-generated content in a library called `AutoGenSupport`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137516



More information about the cfe-commits mailing list