Displaying 1 result from an estimated 1 matches for "869ee40d".
2015 Apr 17
3
[LLVMdev] how to use "new instruction()"
Thanks, Tim. What I want to do is to change the scalar instructions to
scalar ones.
For example, if I have to the following one:
%3 = fadd double %1, double %2
I want to change it into
%6 = fadd <2 x double> %4, double %2.
I understand that I can detect the operation first, and use "create" to
create for each of them. But I don't if there is a generic way to do this
because