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

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 8 11:54:56 PST 2022


arsenm 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 would hide the annoyance from me, but I still think the implementation of this concept is poor and should be treated like other optimization hint attributes


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

https://reviews.llvm.org/D139627



More information about the cfe-commits mailing list