Today we merged the PR https://github.com/apache/tvm/pull/9727 which added layout transform as a TE schedule primitive. The PR also includes a change in how buffers are loaded / stored, resulting in the massive change throughout the codebase. If you are working on something that touches TIR, you probably need to rebase and resolve conflicts.
Ideally, we would break the PR into smaller ones and land each of them step-by-step. But due to various reasons, we decided to land the PR wholesale. More details and follow-up actions are described in https://github.com/apache/tvm/issues/10505.
In principle, we do not expect perf regression from this PR. But since the PR added many modifications to the TIR -> ... -> TIR -> codegen
pipeline, I wouldn’t be surprised if the lowered output becomes different after this PR. Please report any regression you encounter here.