[PATCH] D80251: [X86] Update some av512 shift intrinsics to use "unsigned int" parameter instead of int to match Intel documentaiton

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 21 14:05:58 PDT 2020


craig.topper added a comment.

In D80251#2049418 <https://reviews.llvm.org/D80251#2049418>, @RKSimon wrote:

> Can we add -Wsign-conversion checks to the tests? That was mentioned on PR45931


I can. Will that do anything other than show that my test_* functions were updated to match the new type?


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

https://reviews.llvm.org/D80251





More information about the cfe-commits mailing list