forked from OSchip/llvm-project
Mark __builtin_shufflevector as using custom type checking
The custom handling seems to all be implemented already. This avoids regressions in a future patch when float vectors are ordinarily promoted to double vectors in variadic calls. llvm-svn: 347873
This commit is contained in:
parent
926ee459c4
commit
4fb02effcc
|
|
@ -538,7 +538,7 @@ BUILTIN(__builtin_readcyclecounter, "ULLi", "n")
|
|||
BUILTIN(__builtin_trap, "v", "nr")
|
||||
BUILTIN(__builtin_debugtrap, "v", "n")
|
||||
BUILTIN(__builtin_unreachable, "v", "nr")
|
||||
BUILTIN(__builtin_shufflevector, "v." , "nc")
|
||||
BUILTIN(__builtin_shufflevector, "v." , "nct")
|
||||
BUILTIN(__builtin_convertvector, "v." , "nct")
|
||||
BUILTIN(__builtin_alloca, "v*z" , "Fn")
|
||||
BUILTIN(__builtin_alloca_with_align, "v*zIz", "Fn")
|
||||
|
|
|
|||
Loading…
Reference in New Issue