[clang] [llvm] [SROA] Vector promote some memsets (PR #133301)

via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 21 13:27:13 PDT 2025


macurtis-amd wrote:

@nikic Latest revision only promotes memsets where the region being set is within an existing vector in the underlying alloca (as determined by getTypePartition).

It is much more constrained as you can see by the much smaller number of tests that are now affected, while still improving the original gemm kernel.

Is this okay?

https://github.com/llvm/llvm-project/pull/133301


More information about the llvm-commits mailing list