[llvm] DSE: lift limitation on sizes being non-scalable (PR #110670)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 12:07:24 PST 2025


artagnon wrote:

> llvm-opt-benchmark uses an x86_64 target, which doesn't have scalable vectors, so no.

Okay, I have a proposal: in the morning, I will cut down the size of this patch by restricting it to MustAlias. Then, I could run llvm-test-suite offline with the remainder of the patch (i.e. the PartialAlias) on the RISC-V target and check for binary changes: if there are any, I will post the diff with a follow up patch.

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


More information about the llvm-commits mailing list