search for: scalarreplaggregr

Displaying 3 results from an estimated 3 matches for "scalarreplaggregr".

2008 Jun 04
1
[LLVMdev] Status of the 2.3 release - volunteers needed.
...on with an sret argument to a function returning multiple values is probably performed by StructRetPromotion (some grepping around the source suggests that no other pass actually looks at sret parameters). However, I'm not sure what replaces that struct of two doubles by a single i128. I think ScalarReplAggregrates is capable of doing such packing, but it only operates on local variables, not return types AFAIK. Gr. Matthijs -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <ht...
2008 Jun 04
0
[LLVMdev] Status of the 2.3 release - volunteers needed.
On Jun 2, 2008, at 11:11 PM, Tanya Lattner wrote: > Darwin/ppc: > SingleSource/Benchmarks/CoyoteBench/fftbench [ CBE ] > From what I can see comparing 2.3 with TOT, the "cexp" function is declared like this in 2.3: declare i128 @cexp({double, double}* byval) nounwind It used to be this: declare void @cexp({double, double}* noalias sret, {double, double}* byval)
2008 Jun 03
10
[LLVMdev] Status of the 2.3 release - volunteers needed.
Many of you are probably wondering about the status of the 2.3 release. Unfortunately, this release has been very difficult and the list of regressions very high. The list has finally dwindled down to the following regressions: Linux/x86: SingleSource/Benchmarks/CoyoteBench/fftbench [ JIT Codegen, JIT] MultiSource/Applications/minisat/minisat [CBE] Darwin/x86: