Issue 159171
Summary [IR2Vec] Handle cyclic dependency in computing Flow-Aware representations
Labels mlgo
Assignees
Reporter svkeerthy
    The `phi` instruction would give raise to cyclic dependency that can be formulated as a system of simultaneous equations. We may need to use a simplistic "linear" solver like what we have [here](https://github.com/IITH-Compilers/IR2Vec/blob/main/src/include/VectorSolver.h) to get a solution
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to