[all-commits] [llvm/llvm-project] 30eb01: Use `reverse`/`IsaPred`
Andrei Elovikov via All-commits
all-commits at lists.llvm.org
Tue Mar 3 13:14:02 PST 2026
Branch: refs/heads/users/eas/vplan-based-first-lane-only-scalarize
Home: https://github.com/llvm/llvm-project
Commit: 30eb01f4b388a9b58441854b4f3d4786b942078e
https://github.com/llvm/llvm-project/commit/30eb01f4b388a9b58441854b4f3d4786b942078e
Author: Andrei Elovikov <andrei.elovikov at sifive.com>
Date: 2026-03-03 (Tue, 03 Mar 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
Use `reverse`/`IsaPred`
Commit: bbc665285ae31e795ee0220beb35eeaac3d8b446
https://github.com/llvm/llvm-project/commit/bbc665285ae31e795ee0220beb35eeaac3d8b446
Author: Andrei Elovikov <andrei.elovikov at sifive.com>
Date: 2026-03-03 (Tue, 03 Mar 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:
-----------
Don't pass RecipeBuilder
Legacy calls `setRecipe` on all processed recipes but really queries `getRecipe`
for memory operations only, that we don't touch in the scalarization as that
happens after all memory recipes has been processed.
Commit: 3c1d0094de58b393d7766c7a1d9fc3acb111e21e
https://github.com/llvm/llvm-project/commit/3c1d0094de58b393d7766c7a1d9fc3acb111e21e
Author: Andrei Elovikov <andrei.elovikov at sifive.com>
Date: 2026-03-03 (Tue, 03 Mar 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
Just use `vputils::onlyFirstLaneUsed`
Compare: https://github.com/llvm/llvm-project/compare/c13d7767cf69...3c1d0094de58
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