search for: 5fab9aff

Displaying 3 results from an estimated 3 matches for "5fab9aff".

Did you mean: 5b7b9aff
2004 Nov 17
0
[LLVMdev] LowerPacked pass
On Wed, 17 Nov 2004, Morten Ofstad wrote: > Our software uses 4 x float vectors a lot, and I pass these to LLVM as > packed types - but when I do the JIT compile it seems that the > LowerPacked pass is never run so the code generation fails. I noticed > that most other passes have a header file with a public createXXXPass() > function so they can be added to the PassManager, but
2004 Nov 17
2
[LLVMdev] LowerPacked pass
Hello, Our software uses 4 x float vectors a lot, and I pass these to LLVM as packed types - but when I do the JIT compile it seems that the LowerPacked pass is never run so the code generation fails. I noticed that most other passes have a header file with a public createXXXPass() function so they can be added to the PassManager, but LowerPacked doesn't have this... What should I do?
2004 Nov 19
1
[LLVMdev] LowerPacked pass
...ine as I'm the only one actually generating packed types, but I include it for completeness.. m. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: lowerpacked.patch.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041119/5fab9aff/attachment.txt>