[all-commits] [llvm/llvm-project] cb6936: [LV] Remove branch on false in blend-costs.ll test...
Luke Lau via All-commits
all-commits at lists.llvm.org
Thu Mar 5 21:57:17 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb6936e77696642b1a96602b5a1a5328960515ff
https://github.com/llvm/llvm-project/commit/cb6936e77696642b1a96602b5a1a5328960515ff
Author: Luke Lau <luke at igalia.com>
Date: 2026-03-06 (Fri, 06 Mar 2026)
Changed paths:
M llvm/test/Transforms/LoopVectorize/AArch64/blend-costs.ll
Log Message:
-----------
[LV] Remove branch on false in blend-costs.ll test. NFC (#184816)
I have a patch I want to post that improves blend masks, but it ends up
with a weird diff in this test stemming from the branch on false.
This replaces it with an external boolean. This should still test
scalarizing a blend which I believe is the original intent.
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