[PATCH] D106120: [PowerPC] Implement vector bool/pixel initialization under -faltivec-src-compat=xl

Nemanja Ivanovic via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 16 03:25:40 PST 2021


nemanjai added a comment.

In D106120#3196010 <https://reviews.llvm.org/D106120#3196010>, @q66 wrote:

> On x86_64, the program predictably prints `Dv4_i`.

The semantics here are not new, but the warning is emitted for generic vector types as a result of https://reviews.llvm.org/D103615. This is perhaps an oversight that should change (i.e. only emit the warning from `CheckVectorCompareOperands()` if the operands are `vector bool/vector pixel`).
@stefanp What do you think?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106120



More information about the cfe-commits mailing list