]> granicus.if.org Git - clang/commit
[X86] Change immediate type for some builtins from char to int.
authorCraig Topper <craig.topper@intel.com>
Fri, 8 Jun 2018 18:00:22 +0000 (18:00 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 8 Jun 2018 18:00:22 +0000 (18:00 +0000)
commita344be6ba4fe35d41cd19fb56bf822efeb1d6af4
tree19c9194117169861fdd0317a787b28f87c8637f3
parentdcdd53793ea9fb2c806fd7b02c9fc56d9fa8bb2d
[X86] Change immediate type for some builtins from char to int.

These builtins are all handled by CGBuiltin.cpp so it doesn't much matter what the immediate type is, but int matches the intrinsic spec.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@334310 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsX86.def
lib/Headers/avx2intrin.h
lib/Headers/avxintrin.h
lib/Sema/SemaChecking.cpp