[PATCH] D52137: Added warning for unary minus used with unsigned type

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 15 11:29:20 PDT 2018


xbolva00 added a comment.

@RKSimon are fine to rewrite X & -X to X & ((~X)+1) in bmiintrin.h?


https://reviews.llvm.org/D52137





More information about the cfe-commits mailing list