[llvm] [RISCV][VLOPT] Compute demanded VLs up front (PR #124530)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 2 19:28:04 PST 2025


lukel97 wrote:

> I've directly committed https://github.com/llvm/llvm-project/commit/52c116218b61c088ac77f26c7b57347a5f54224d to fix the fact that `DemandedVLs` is never cleared.

Thanks for fixing that, I think we've previously had issues with forgetting to clear structures in passes before

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


More information about the llvm-commits mailing list