Andrea Gussoni 7e4bbfb2d2 Fix flattening for CheckNode and SetNode
Fixed the flattening algorithm, which contemplated only the situation
where the node head of the `Check` chain was directly preceded by only
`Set` nodes.

In reality we may also have in the middle `Dummy` nodes, and for this
reason we need to explore upwards the chain of node until we find all
the `Set` nodes. The implementation takes care of verifying that during
the upwards exploration we only encounter `Set` and `Dummy` nodes.
2019-03-13 17:33:44 +01:00
2019-02-10 16:20:42 +01:00
2019-03-13 12:27:00 +01:00
2019-02-10 16:20:42 +01:00
S
Description
Automated archival mirror of github.com/revng/revng
GPL-2.0 24 MiB
Languages
C++ 77.1%
Python 12.6%
MLIR 4.4%
CMake 1.9%
LLVM 1.4%
Other 2.5%