[PATCH] D128288: [PowerPC] Fix signatures for vec_replace_unaligned builtin

Lei Huang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 21 09:59:14 PDT 2022


lei created this revision.
lei added reviewers: amyk, quinnp, power-llvm-team.
Herald added subscribers: shchenz, nemanjai.
Herald added a project: All.
lei requested review of this revision.
Herald added a project: clang.

``vec_replace_unaligned`` is meant to return vuc to emphasize that elements
are being inserted on unnatural boundaries.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128288

Files:
  clang/lib/Headers/altivec.h
  clang/test/CodeGen/PowerPC/builtins-ppc-p10vector.c
  clang/test/CodeGen/PowerPC/builtins-ppc-vec-ins-error.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128288.438745.patch
Type: text/x-patch
Size: 11040 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220621/6831f685/attachment-0001.bin>


More information about the cfe-commits mailing list