[all-commits] [llvm/llvm-project] caf724: [PowerPC] Fix signatures for vec_replace_unaligned...
Lei Huang via All-commits
all-commits at lists.llvm.org
Wed Jun 29 07:36:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: caf7243a6b53aa16f9fbdfbaa18096defb2eb374
https://github.com/llvm/llvm-project/commit/caf7243a6b53aa16f9fbdfbaa18096defb2eb374
Author: Lei Huang <lei at ca.ibm.com>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M clang/lib/Headers/altivec.h
M clang/test/CodeGen/PowerPC/builtins-ppc-p10vector.c
M clang/test/CodeGen/PowerPC/builtins-ppc-vec-ins-error.c
Log Message:
-----------
[PowerPC] Fix signatures for vec_replace_unaligned builtin
``vec_replace_unaligned`` is meant to return vuc to emphasize that elements
are being inserted on unnatural boundaries.
Reviewed By: amyk, quinnp
Differential Revision: https://reviews.llvm.org/D128288
More information about the All-commits
mailing list