Displaying 1 result from an estimated 1 matches for "int_x86_avx_storeu_ps_256".
2013 May 17
1
[LLVMdev] backend for intrinsic functions
Hi,
I have some newly defined intrinsic functions in my llvm IR code, which I want to translate to X86 instruction set. As a first step, I want to be able to generate "nop" for these instructions, so the program at least compiles successfully.
The call to my intrinsic function looks like this in the IR:
call void @llvm.X(i16 %43)
>From what I understand it may be possible to