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.
Details
Details
- Reviewers
nemanjai stefanp kamaub - Group Reviewers
Restricted Project - Commits
- rG74b1ac7155a0: [NFC] Update return type of vec_popcnt to vector unsigned.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think the commit message needs to be updated.
This patch updates the vec_popcnt builtins to take a signed int as the second parameter...
Should be: This patch updates the return type of the vec_popcnt builtins to vector unsigned...
Other than that, lgtm.
This comment was removed by kamaub.