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

Head commit for run:
e30f85965bec1eb57de0183214d42b59b16b0a48 / Tianqi Chen 
<[email protected]>
[REFACTOR][TIR] Inline StructuralWalk at variable-use checks (#20306)

Remove the public `UsesVar` helper and inline preorder
`ffi::StructuralWalk` at each variable-use check.

Each matching callback returns the encountered `Var` in `VisitInterrupt`
and uses the walk result as the signal, preserving reflected traversal
and immediate early exit. Adjacent `SideEffect` behavior remains
unchanged.

Validation: LLVM 23 CPU build; full C++ suite (133/133); clang-format.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to