This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG14742f2a689c: [PowerPC] Truncate exponent parameter for
vec_cts,vec_ctf (authored by ZarkoCA).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE
nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.
LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106409/new/
https://reviews.llvm.org/D106409
__
ZarkoCA updated this revision to Diff 528492.
ZarkoCA marked an inline comment as done.
ZarkoCA removed a reviewer: jsji.
ZarkoCA added a comment.
Rebase and fix test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106409/new/
https://reviews.llvm.o
nemanjai requested changes to this revision.
nemanjai added a comment.
This revision now requires changes to proceed.
I believe you are planning an update for this patch. Requesting changes to take
it off the queue until you have uploaded the updated version.
Repository:
rG LLVM Github Monore
ZarkoCA marked an inline comment as done.
ZarkoCA added inline comments.
Comment at: clang/lib/Headers/altivec.h:3178
+ : (__builtin_vsx_xvcvuxdsp((vector unsigned long long)(__a)) *
\
+ (vector float)(vector unsigned)((0x7f - (__b)) << 23 & 0x1F)),