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

Head commit for run:
6b27d19497be2e8e1218f598e3213caac8a81da8 / Tianqi Chen 
<[email protected]>
[REFACTOR][IR] Remove dead AttrFunctor template (#19528)

## Summary

`AttrFunctor` is declared infrastructure with no remaining users.
An exhaustive search across `include/`, `src/`, `tests/`, `python/`,
`apps/`, `web/`, and `cmake/` confirms zero subclasses, zero friend
declarations, and zero macro callers outside the header itself —
its two internal macros (`ATTR_FUNCTOR_DEFAULT`,
`ATTR_FUNCTOR_DISPATCH`)
are only used inside `src/ir/attr_functor.h`. The one
`#include "attr_functor.h"` in `src/ir/attrs.cc` is a stale leftover
from a prior migration; that file references only `DictAttrs` and
`AttrFieldInfoNode` (from `tvm/ir/attrs.h`), not any `AttrFunctor`
symbols.

Removes `src/ir/attr_functor.h` (150 lines) and drops the stale include.
No build-system changes needed — the header was never enumerated in
any `CMakeLists.txt`.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to