AnyDSL / thorin

The Higher-Order Intermediate Representation
https://anydsl.github.io
GNU Lesser General Public License v3.0
151 stars 15 forks source link

correct code generation for ConvOp #41

Closed leissa closed 8 years ago

leissa commented 8 years ago

Old LLVM code generation for ConvOps was incorrect. This should fix this issue.

richardmembarth commented 8 years ago

Looks correct and works.