### This issue is to track progress for the [RFC Introducing DeclBuffer](https://github.com/apache/tvm-rfcs/pull/70) - [x] Introduce DeclBuffer data structure, add corresponding visitors in IR functors. #12300 - [x] Update TVMScript syntax for `T.decl_buffer` and `T.allocate` https://github.com/apache/tvm/pull/12412 - [ ] Refactor existing passes and test cases to use DeclBuffer. - [ ] Enforce the usage of DeclBuffer. No implicit buffer declarations are allowed.
This issue is to track progress for the RFC Introducing DeclBuffer
T.decl_bufferandT.allocate[TIR, TVMScript] Update printer / parser to make T.allocate return buffer var #12412