[all-commits] [llvm/llvm-project] ef9065: [PowerPC] Fix vec_add for 64-bit on pre-Power7 sub...
Nemanja Ivanovic via All-commits
all-commits at lists.llvm.org
Thu Jun 24 16:43:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef906573a127cffef7cae75d5155c15a8a2a3a5e
https://github.com/llvm/llvm-project/commit/ef906573a127cffef7cae75d5155c15a8a2a3a5e
Author: Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M clang/lib/Headers/altivec.h
M clang/test/CodeGen/builtins-ppc-vsx.c
Log Message:
-----------
[PowerPC] Fix vec_add for 64-bit on pre-Power7 subtargets
The shift of the carry was actually incorrect.
More information about the All-commits
mailing list