[PATCH] D135202: [IR] Add a target extension type to LLVM.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 10 08:37:55 PST 2023
nikic added a comment.
In D135202#4038774 <https://reviews.llvm.org/D135202#4038774>, @zixuan-wu wrote:
> I'd like to enable the backend infra and propose draft later. To better demonstrate and enable backend target-independent code completely, I'd like to demonstrate with x86_amx that changing x86_amx type to target extension type and make all test passed, if nobody objects.
Moving x86_amx to use a target-extension type would be great.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135202/new/
https://reviews.llvm.org/D135202
More information about the llvm-commits
mailing list