AnyDSL / thorin

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

SegFault in ETA conversion #84

Closed richardmembarth closed 6 years ago

richardmembarth commented 6 years ago

Triggered for jacobi.impala in AnyDSL/stincilla on branch eta_enum_bug:

Assertion failed: (i < size() && "index out of bounds"), function operator[], file thorin/src/thorin/util/array.h, line 209.
madmann91 commented 6 years ago

Fixed by commit 2d2b0bb. There is still the DCE problem in LLVM though.