]> granicus.if.org Git - clang/commit
[X86] Fix some places where macro arguments to intrinsics weren't cast to _m512(i...
authorCraig Topper <craig.topper@intel.com>
Thu, 31 May 2018 01:24:40 +0000 (01:24 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 31 May 2018 01:24:40 +0000 (01:24 +0000)
commit37a5f47adb9fefe8277b14e7d74c8a403c7176fb
treed2f05c2064d77fe233d93f3bfa2435442ae23d33
parent5eee836d45d8c29236a6836b581a17f9a36a926e
[X86] Fix some places where macro arguments to intrinsics weren't cast to _m512(i|d)/_m256(i|d/_m128(i|d) first.

The majority of the cases were correct. This fixes the few that weren't.

I also removed some superfluous parentheses in non-macros that confused by attempts at grepping for missing casts.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333615 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/__wmmintrin_pclmul.h
lib/Headers/avx512dqintrin.h
lib/Headers/avx512fintrin.h
lib/Headers/avx512vbmi2intrin.h
lib/Headers/avx512vldqintrin.h
lib/Headers/avx512vlintrin.h
lib/Headers/avx512vlvbmi2intrin.h