[all-commits] [llvm/llvm-project] 5dcfc3: [InstCombine] allow more commutative matches for l...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Mon Oct 24 13:40:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5dcfc3282282da4b5a5078fec214284026dfa7d7
https://github.com/llvm/llvm-project/commit/5dcfc3282282da4b5a5078fec214284026dfa7d7
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-10-24 (Mon, 24 Oct 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/test/Transforms/InstCombine/select-safe-transforms.ll
Log Message:
-----------
[InstCombine] allow more commutative matches for logical-and to select fold
This is a sibling transform to the fold just above it. That was changed
to allow the corresponding commuted patterns with:
307307456277
e1bd759ea567
8628e6df7000
More information about the All-commits
mailing list