tqchen opened a new pull request #5937:
URL: https://github.com/apache/incubator-tvm/pull/5937
This is a followup refactor for tir::Call.
Now that we have switched call->name to call->op, the function effect
property
can be registered through the op itself, so we no longer need the call_type
in the CallNode.
- Introduce CallEffectKind to provide a more fine grained categorization of
calls.
- Introduce call_pure_extern and call_llvm_pure_intrin to
allow us to indicate pure calls in those cases.
- Migrate existing usecases to the new API.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]