[PATCH] D110934: [NFC] Update return type of vec_popcnt to vector unsigned.

Quinn Pham via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 1 12:02:23 PDT 2021


quinnp added a comment.

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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110934/new/

https://reviews.llvm.org/D110934



More information about the cfe-commits mailing list