google / souper

A superoptimizer for LLVM IR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crash in interpreter_tests

pranavk opened this issue · comments

There's a crash in interpreter_tests in current master caused by #608

I tried looking at it for some time but couldn't figure out what's going on.

@manasij7479 you may have better idea what's going on here.

This is the assertion failure:

interpreter_tests: /mnt/ssd/souper-master/lib/Inst/Inst.cpp:538: void souper::Inst::Profile(llvm::FoldingSetNodeID&) const: Assertion `0 && "Var instructions should not be in FoldingSet"' failed

Fixed by 85b222e