<div dir="ltr">Hi,<br><br>I'm creating a small function in LLVM which gets as a parameter an i32* (this function is called from C code) .<br><br>However I know that this pointer is actually a C array of size 10 ( int[10] ).<br>

<br>How can I tell LLVM to consider this i32* as an <10 x i32> (and thus get the performance improvements thanks to SIMD ..etc..) ?<br><br>Thanks,<br>Matthieu<br></div>