[all-commits] [llvm/llvm-project] 08fab9: [X86] Fix implicit sign conversion warnings in X86...
goussepi via All-commits
all-commits at lists.llvm.org
Tue Apr 7 03:30:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 08fab9ebecf72a682279d75489dc2460121cbeed
https://github.com/llvm/llvm-project/commit/08fab9ebecf72a682279d75489dc2460121cbeed
Author: Pierre Gousseau <pierre.gousseau at sony.com>
Date: 2020-04-07 (Tue, 07 Apr 2020)
Changed paths:
M clang/lib/Headers/emmintrin.h
M clang/lib/Headers/xmmintrin.h
A clang/test/Headers/x86-header-warnings.c
Log Message:
-----------
[X86] Fix implicit sign conversion warnings in X86 headers.
Warnings in emmintrin.h and xmmintrin.h are reported by
-fsanitize=implicit-integer-sign-change.
Reviewed By: RKSimon, craig.topper
Differential Revision: https://reviews.llvm.org/D77393
More information about the All-commits
mailing list