[all-commits] [llvm/llvm-project] 74b1ac: [NFC] Update return type of vec_popcnt to vector u...
Amy Kwan via All-commits
all-commits at lists.llvm.org
Thu Oct 7 09:33:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74b1ac7155a01e5d29cff612717f773da095d696
https://github.com/llvm/llvm-project/commit/74b1ac7155a01e5d29cff612717f773da095d696
Author: Amy Kwan <amy.kwan1 at ibm.com>
Date: 2021-10-07 (Thu, 07 Oct 2021)
Changed paths:
M clang/lib/Headers/altivec.h
Log Message:
-----------
[NFC] Update return type of vec_popcnt to vector unsigned.
This patch updates the vec_popcnt builtins to return vector unsigned,
as defined by the Power Vector Intrinsics Programming Reference.
This patch is NFC and all existing tests pass.
Differential Revision: https://reviews.llvm.org/D110934
More information about the All-commits
mailing list