]> granicus.if.org Git - clang/commit
[x86] Put 'C' after 'i' on all the AVX-512 intrisics that take const ints. 'C' is...
authorCraig Topper <craig.topper@gmail.com>
Mon, 29 Dec 2014 06:41:12 +0000 (06:41 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 29 Dec 2014 06:41:12 +0000 (06:41 +0000)
commit8665150fe51dd73ffe484b2b4128c9b15a9e75b5
tree1aec7fe46f06f89e12b2ed4445fde7a199511cbd
parenta7e277784b3f61d19b96fb47acbb916fce58c772
[x86] Put 'C' after 'i' on all the AVX-512 intrisics that take const ints. 'C' is a suffix modifier not a prefix modififier. Also put 'C' on the pointers in all of the gather instrinsics. I think they previously had one due to the misordering. I'm still thinking the 'iC' actually need to be a 'Ii' since they really require an ICE.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224913 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsX86.def