[all-commits] [llvm/llvm-project] 986416: [InstCombine] Drop redundant fold for and/or of ic...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Nov 11 11:25:56 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 986416251b354bb1b45870617050e72919ff2759
https://github.com/llvm/llvm-project/commit/986416251b354bb1b45870617050e72919ff2759
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
Log Message:
-----------
[InstCombine] Drop redundant fold for and/or of icmp eq/ne (NFCI)
This handles a special case of foldAndOrOfICmpsUsingRanges()
with two equality predicates.
More information about the All-commits
mailing list