search for: splittingvecop_

Displaying 2 results from an estimated 2 matches for "splittingvecop_".

2018 Feb 02
1
Vector Splitting for Stackmap Operands
...inal illegal vector operand with the new resulting legal operand. This can be achieved using *ReplaceValueWidth* function (if the stackmap flag is set) to replace the original *SDValue* of the vector operand with the new Resulting Value (in the function it is denoted as *Res*) that resulted from *SplittingVecOp_*xxx function. However, this way I ran into other failed assertion at other locations. Right now I am not sure what is an effective way of handling stackmap vector operand in the legalizing phase and I appreciate any suggestions from the community Best, Yihan -------------- next part ------------...
2018 Feb 03
2
llvm-dev Digest, Vol 164, Issue 6
...operand with the new resulting legal operand. This can be > achieved using *ReplaceValueWidth* function (if the stackmap flag is set) > to replace the original *SDValue* of the vector operand with the new > Resulting Value (in the function it is denoted as *Res*) that resulted > from *SplittingVecOp_*xxx function. > > However, this way I ran into other failed assertion at other locations. > > Right now I am not sure what is an effective way of handling stackmap > vector operand in the legalizing phase and I appreciate any suggestions > from the community > > Best, > Y...