[all-commits] [llvm/llvm-project] 1a7061: [InstCombine] Remove redundant logical select fold...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Oct 24 07:29:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a7061c1ad9f4218d0f52b3210e7b025091908db
https://github.com/llvm/llvm-project/commit/1a7061c1ad9f4218d0f52b3210e7b025091908db
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-10-24 (Tue, 24 Oct 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
Log Message:
-----------
[InstCombine] Remove redundant logical select fold (NFCI)
This has been subsumed by simplifyWithOpReplaced().
More information about the All-commits
mailing list