[PATCH] D120323: [clang][SVE] Add support for arithmetic operators on SVE types

David Truby via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 25 07:47:38 PST 2022


DavidTruby added a comment.

In D120323#3341468 <https://reviews.llvm.org/D120323#3341468>, @efriedma wrote:

> Is there a corresponding ARM specification update for this?

We are planning on updating the specification in future for this but are waiting on some other changes first. What we're intending to do here is just match the behaviour of the NEON types, for which these operators are already supported, as closely as possible.
Since there is also nothing in the spec about operators on NEON types, we didn't think there was a need to hold up the implementation to wait for the spec.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120323



More information about the cfe-commits mailing list