Displaying 1 result from an estimated 1 matches for "vectorinst".
Did you mean:
vectoring
2015 Jul 09
2
[LLVMdev] Extracting a splat value from vector instruction.
...Now I want to add
Value *getSplatValue(Value *Val). This function will try to recognize the pattern - insertelement+shuffle and return the splat value (or nullptr).
I suppose, this interface should be useful. Do you agree with me?
If yes, where should I put it? May it be I can define a new class VectorInst and put this interface there?
Thank you.
- Elena
---------------------------------------------------------------------
Intel Israel (74) Limited
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
b...