[all-commits] [llvm/llvm-project] 875a3d: [RISCV][EVL] Drop EVLIndVarSimplifyPass from the p...
Shih-Po Hung via All-commits
all-commits at lists.llvm.org
Mon Aug 4 17:00:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 875a3debde1cecf04604024548e981f0e5d47bf0
https://github.com/llvm/llvm-project/commit/875a3debde1cecf04604024548e981f0e5d47bf0
Author: Shih-Po Hung <shihpo.hung at sifive.com>
Date: 2025-08-05 (Tue, 05 Aug 2025)
Changed paths:
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
Log Message:
-----------
[RISCV][EVL] Drop EVLIndVarSimplifyPass from the pipeline (#151483)
With the VPlan-based canonical induction variable replacement landed in
#147222, it appears to cover the functionality previously provided by
the EVLIndVarSimplify pass introduced in #131005.
This patch suggests removing EVLIndVarSimplify from the RISC-V pipeline
as a follow-up step. Feedback is very welcome!
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list