[PATCH] D125164: [X86] Fix some signedness errors in x86 headers

Phoebe Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 7 07:48:55 PDT 2022


pengfei added a comment.

In D125164#3498752 <https://reviews.llvm.org/D125164#3498752>, @RKSimon wrote:

> Actually the ia32_tzcnt builtins should stay the way they are - other C/C++ intrinsics return unsigned so we'd still end up with adding explicit casts

No problem, adding explicit casts look good to me.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125164



More information about the cfe-commits mailing list