[all-commits] [llvm/llvm-project] 4baeed: [InstCombine] Remove unnecessary handling of non-c...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Oct 25 01:42:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4baeed803faab948db2363e439cd9aa501cd0d5b
https://github.com/llvm/llvm-project/commit/4baeed803faab948db2363e439cd9aa501cd0d5b
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 handling of non-canonical predicates (NFCI)
ule/uge with a constant will be converted to ult/ugt, so there is
no need to handle these variants.
More information about the All-commits
mailing list