[llvm-branch-commits] [llvm] release/22.x: [AArch64] Add new pass after VirtRegRewriter to add implicit-defs (#174188) (PR #176197)
Sander de Smalen via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jan 15 08:33:04 PST 2026
sdesmalen-arm wrote:
> @gbossu @gbossu @sdesmalen-arm What do you think about merging this PR to the release branch?
We'd like to enable sub-register liveness for streaming functions to let the compiler make better use of SME2 multi-vector instructions. These patches allow us to do that. We've tested this on a variety of workloads with sub-register liveness tracking enabled (for non-streaming functions to expand coverage).
https://github.com/llvm/llvm-project/pull/176197
More information about the llvm-branch-commits
mailing list