mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
f41453e3f376b9fc41bc56f9682aa2522e85ffac
IfEqualNode AST type
Add a new AST node type for representing the nodes created starting from the dummy nodes built in place of a `switch` statement. These nodes contain also the information needed for emitting the code relative to the checks performed by the node (the condition and the case value). This node type inherits from the `IfNode` node type, to avoid reimplementing all the methods for its handling and transformation.
Description
Languages
C++
77.1%
Python
12.6%
MLIR
4.4%
CMake
1.9%
LLVM
1.4%
Other
2.5%