search for: cunzip

Displaying 4 results from an estimated 4 matches for "cunzip".

Did you mean: unzip
2019 Sep 03
2
Complex proposal v2
...floating-point type from the imaginary portions >> of a vector of complex (not all variants shown) >> >> declare v4f32 @llvm.extractimag.v4c32(v4c32 %val) declare v4f64 >> @llvm.extractimag.v4c64(v4c64 %val) > > I think that "cunzip" returning a pair of vectors would be better. If > both results are needed, they could usually be generated by a single > instruction corresponding to some kind of a shuffle, but in order to > generate that instruction, the backend would have to see both of the > "extract*&qu...
2019 Aug 29
2
Complex proposal v2
All, Here is the second revision of the proposal for a complex type in LLVM. It clarifies a few things that came up during discussion and adds additional operations for complex types. -David Proposal to Support Complex Operations in LLVM ---------------------------------------------- Revision History v1 - Initial proposal [1] v2 - This proposal - Added complex of
2019 Oct 22
4
Complex proposal v3 + roundtable agenda
Ahead of the Wednesday’s roundtable at the developers’ conference, here is version three of the proposal for first-class complex types in LLVM. I was not able to add Krzysztof Parzyszek’s suggestion of a “cunzip” intrinsic returning two vectors as I could not find examples of intrinsics that return two values at the IR level. The Hexagon intrinsics declared to return two values do not actually have both of their values used at the IR level as far as I can determine. We can discuss this more at the roundt...
2020 Nov 12
0
Complex proposal v3 + roundtable agenda
...34, David Greene via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Ahead of the Wednesday’s roundtable at the developers’ conference, here is version three of > the proposal for first-class complex types in LLVM. I was not able to add Krzysztof Parzyszek’s > suggestion of a “cunzip” intrinsic returning two vectors as I could not find examples of intrinsics > that return two values at the IR level. The Hexagon intrinsics declared to return two values do > not actually have both of their values used at the IR level as far as I can determine. We can > discuss this mor...