The GitHub Actions job "Teams" on tvm.git/main has succeeded.
Run started by GitHub user Aharrypotter (triggered by Aharrypotter).

Head commit for run:
cae6cb89b732fd7f874b8fabc5fdba95edb41339 / Shushi Hong <[email protected]>
[IR] Add annotations to Call nodes (#19597)

This PR adds annotation support to `tirx.Call` so downstream codegen
users can attach call-level metadata and preserve it through TIRX
transforms.

What changed:
- Add `CallNode::annotations` and expose it through reflection.
- Add Python `tvm.tirx.Call(..., annotations=...)` support.
- Preserve call annotations in C++ and Python expression mutators.
- Preserve annotations across TIRX/arith passes that rebuild equivalent
calls.
- Print annotated calls as `Tx.Call(..., annotations={...})` and support
script roundtrip.
- Add regression coverage for annotated calls, mutator preservation,
script roundtrip, and simplify preservation.

This pr also cleans some stuff that #19596 didn't clean completely

Report URL: https://github.com/apache/tvm/actions/runs/26385552745

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to