[PATCH] D106409: [PowerPC] Add diagnostic for out of range values for vec_cts,vec_ctf
Nemanja Ivanovic via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 21 09:12:02 PDT 2021
nemanjai added a comment.
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.
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