Displaying 1 result from an estimated 1 matches for "scalarinstruction".
2015 Jul 13
2
[LLVMdev] Is metadata the right thing to associate one instruction to another?
Background: I am still working on vectorizing (widening) a whole
instruction tree (from the loads to the stores). I have all scalar loads
in a SetVector and have created widened version of them (new instructions).
What would be very useful to have is the possibility to get to the
vector load instruction from the scalar load in constant time. I was
thinking to somehow add the vector load