[all-commits] [llvm/llvm-project] eb7f6a: [VPlan] Simplify (x && y) || (x && z) -> x && (y |...
Luke Lau via All-commits
all-commits at lists.llvm.org
Mon Sep 1 06:12:45 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb7f6a5f8a167162eddf03a741b44e79dcce378c
https://github.com/llvm/llvm-project/commit/eb7f6a5f8a167162eddf03a741b44e79dcce378c
Author: Luke Lau <luke at igalia.com>
Date: 2025-09-01 (Mon, 01 Sep 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/test/Transforms/LoopVectorize/RISCV/dead-ops-cost.ll
Log Message:
-----------
[VPlan] Simplify (x && y) || (x && z) -> x && (y || z) (#156308)
Split off from #155383, since it turns out this has a diff on its own.
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