[all-commits] [llvm/llvm-project] 070e40: [PowerPC][Altivec] Emit correct builtin for single...
nemanja-ibm via All-commits
all-commits at lists.llvm.org
Thu Nov 7 18:41:53 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 070e4027b02453f0962e5b61335a517581c5528f
https://github.com/llvm/llvm-project/commit/070e4027b02453f0962e5b61335a517581c5528f
Author: Nemanja Ivanovic <nemanjai at ca.ibm.com>
Date: 2019-11-07 (Thu, 07 Nov 2019)
Changed paths:
M clang/lib/Headers/altivec.h
M clang/test/CodeGen/builtins-ppc-p8vector.c
Log Message:
-----------
[PowerPC][Altivec] Emit correct builtin for single precision vec_all_ne
We currently emit a double precision comparison instruction for this, whereas we
need to emit the single precision version.
Differential revision: https://reviews.llvm.org/D64024
More information about the All-commits
mailing list