[all-commits] [llvm/llvm-project] 1ff936: [PowerPC] Add missing overloads of vec_promote to ...
Nemanja Ivanovic via All-commits
all-commits at lists.llvm.org
Mon Mar 1 19:41:05 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ff93618e58df210def48d26878c20a1b414d900
https://github.com/llvm/llvm-project/commit/1ff93618e58df210def48d26878c20a1b414d900
Author: Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
M clang/lib/Headers/altivec.h
M clang/test/CodeGen/builtins-ppc-vsx.c
Log Message:
-----------
[PowerPC] Add missing overloads of vec_promote to altivec.h
The VSX-only overloads (for 8-byte element vectors) are missing.
Add the missing overloads and convert element numbering to
modulo arithmetic to match GCC and XLC.
More information about the All-commits
mailing list