[all-commits] [llvm/llvm-project] ec095a: [InstCombine] Optimise the expression `(C && A) ||...
Rajveer Singh Bharadwaj via All-commits
all-commits at lists.llvm.org
Sun Feb 15 11:38:52 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec095a5d47a4bf5cd7755d440be5431739a9244f
https://github.com/llvm/llvm-project/commit/ec095a5d47a4bf5cd7755d440be5431739a9244f
Author: Rajveer Singh Bharadwaj <rajveer.developer at icloud.com>
Date: 2026-02-16 (Mon, 16 Feb 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/test/Transforms/InstCombine/select-and-or.ll
Log Message:
-----------
[InstCombine] Optimise the expression `(C && A) || (!C && B)` with `FoldOrOfLogicalAnds` (#178438)
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