[all-commits] [llvm/llvm-project] 34c33b: [InstCombine] Remove redundant fold in foldSelectE...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Oct 24 07:25:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34c33bbb8bfddf743fd9b077fd42f76bcce1e0f3
https://github.com/llvm/llvm-project/commit/34c33bbb8bfddf743fd9b077fd42f76bcce1e0f3
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 fold in foldSelectExtConst() (NFCI)
This has been subsumed by the more general simplifyWithOpReplaced()
fold.
More information about the All-commits
mailing list