[PATCH] D139627: clang/X86: Don't emit "min-legal-vector-width"="0"

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 00:59:58 PST 2022


pengfei added a comment.

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

> In D139627#3982349 <https://reviews.llvm.org/D139627#3982349>, @jdoerfert wrote:
>
>> Isn't this (inherently) X86 specific?
>
> Yes it is. We could qualify the attribute emission with the targeting being X86?

That's a good idea. How about AArch64? I found there are uses there in the test cases.


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

https://reviews.llvm.org/D139627



More information about the llvm-commits mailing list