[llvm] [VPlan] Run CSE closer to VPlan::execute. (PR #160572)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 24 21:22:14 PDT 2025


lukel97 wrote:

> Does this rely on removeDeadRecipes being run on line 7271? If so, perhaps we can move it after simplifyRecipes on line 7245, with no changes?

There's another call to removeDeadRecipes after the call to replaceVPBBWithIRVPBB so I think that should be covered

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


More information about the llvm-commits mailing list