[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:09:42 PST 2025
artagnon wrote:
> IIUC scalable vectors will in most cases only be introduced by LoopVectorize, so you might have to do LTO to have a chance to tigger this in practice?
I see: doesn't DSE run after LV in the normal compiler flow at all?
https://github.com/llvm/llvm-project/pull/110670
More information about the llvm-commits
mailing list