[PATCH] D127493: [NFC][InstCombine] Refactor InstCombinerImpl::foldSelectIntoOp
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 10 06:04:30 PDT 2022
david-arm created this revision.
david-arm added reviewers: sdesmalen, spatel.
Herald added a subscriber: hiraditya.
Herald added a project: All.
david-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Introduce a lambda function so that we remove a lot of code
duplication.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D127493
Files:
llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127493.435886.patch
Type: text/x-patch
Size: 5328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220610/be1c4650/attachment.bin>
More information about the llvm-commits
mailing list