[PATCH] D106409: [PowerPC] Add diagnostic for out of range values for vec_cts,vec_ctf

Bardia Mahjour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 21 09:40:35 PDT 2021


bmahjour added a comment.

In D106409#2893592 <https://reviews.llvm.org/D106409#2893592>, @nemanjai wrote:

> My preference would be to just truncate the value with `& 0x1F`. It won't produce any code in the binary and will work as expected.

That's fine with me too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106409



More information about the cfe-commits mailing list