ssahasra wrote: @krzysz00 wrote:
> The user just puts different kinds of instructions in > differently-marked/differently-numbered stages and we figure it out. We had considered that in the original design, but it was not clear how to make it work with function calls. For each call, "current stage labeling" would need to somehow be available at the callee. Instead it was easier to global define the stages so that the whole module agrees on their labels. https://github.com/llvm/llvm-project/pull/220442 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
