Skip to content

Symbolic ASR pass #2107

Closed
Closed
@certik

Description

@certik

The idea is to take this ASR:

                                    (=
                                        (Var 2 z)
                                        (IntrinsicFunction
                                            SymbolicAdd
                                            [(Var 2 x)
                                            (Var 2 y)]
                                            0
                                            (SymbolicExpression)
                                            ()
                                        )
                                        ()
                                    )

And transform it into something like this:

(FunctionCall "symengine_add" x y)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions