[all-commits] [llvm/llvm-project] 193fc7: [VPlan] Implement VPlan-based stride speculation
Andrei Elovikov via All-commits
all-commits at lists.llvm.org
Fri Jul 17 09:45:26 PDT 2026
Branch: refs/heads/users/eas/vplan-based-stride-mv-rt-guard
Home: https://github.com/llvm/llvm-project
Commit: 193fc77621feef3dfa7bede8ddb650e51661050c
https://github.com/llvm/llvm-project/commit/193fc77621feef3dfa7bede8ddb650e51661050c
Author: Andrei Elovikov <andrei.elovikov at sifive.com>
Date: 2026-07-17 (Fri, 17 Jul 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.h
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/test/Transforms/LoopVectorize/VPlan/vplan-based-stride-mv.ll
M llvm/test/Transforms/LoopVectorize/vplan-based-stride-mv.ll
Log Message:
-----------
[VPlan] Implement VPlan-based stride speculation
Commit: 9e7830d8a506466acf312539ce6ccf0df37d0f74
https://github.com/llvm/llvm-project/commit/9e7830d8a506466acf312539ce6ccf0df37d0f74
Author: Andrei Elovikov <andrei.elovikov at sifive.com>
Date: 2026-07-17 (Fri, 17 Jul 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.h
Log Message:
-----------
Address review comments
Commit: 8258e553e421f0e731c5f2b0a7965254d3f534d0
https://github.com/llvm/llvm-project/commit/8258e553e421f0e731c5f2b0a7965254d3f534d0
Author: Andrei Elovikov <andrei.elovikov at sifive.com>
Date: 2026-07-17 (Fri, 17 Jul 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.h
M llvm/test/Transforms/LoopVectorize/vplan-based-stride-mv.ll
Log Message:
-----------
Expand to VPlan recipes instead of to LLVM IR
Compare: https://github.com/llvm/llvm-project/compare/727ce6e036e7...8258e553e421
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