[all-commits] [llvm/llvm-project] 82aeed: [InstCombine] Remove unnecessary eq/ne handling fr...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Oct 25 02:19:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82aeedc852430d4ea8e97203fc00c2a7e7595bc7
https://github.com/llvm/llvm-project/commit/82aeedc852430d4ea8e97203fc00c2a7e7595bc7
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
Log Message:
-----------
[InstCombine] Remove unnecessary eq/ne handling from processUMulZExtIdiom() (NFCI)
The eq/ne pattern being matched will get canonicalized to the
ugt/ult form.
More information about the All-commits
mailing list