[PATCH] D131134: [X86] Report error if the amx enabled on the non-64-bits target

LiuChen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 5 01:37:59 PDT 2022


LiuChen3 added a comment.

In D131134#3699742 <https://reviews.llvm.org/D131134#3699742>, @craig.topper wrote:

> How does this interact with `-march=native -m32`. Won't that pick up the amx flag from CPUID?



In D131134#3699344 <https://reviews.llvm.org/D131134#3699344>, @aaron.ballman wrote:

> I think the precommit CI failures might be relevant here -- can you double-check those?

Yes. This test is only supported on  amdgpu-registered-target so I didn't catch this fail on my local machine. Thanks for point out.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131134



More information about the cfe-commits mailing list