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

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 01:45:49 PST 2022


frasercrmck added a comment.

In D137516#3911245 <https://reviews.llvm.org/D137516#3911245>, @arsenm wrote:

> I think this is fine, but think the name needs to be bikeshedded. "Target" and "Support" are already overloaded enough as it is. Is there anything else that would really ever go into this library?

I was wondering this new library could house MVTs in some form. I've wanted to auto-generate both the C++ and tablegen MVTs from a single source of truth for a while.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137516



More information about the llvm-commits mailing list