[all-commits] [llvm/llvm-project] 0c6a77: [InstSimplify] Remove redundant simplifyAndOrOfICm...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Nov 7 05:53:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0c6a77baa6852ea1adb4420c50e2809bcb82fc90
https://github.com/llvm/llvm-project/commit/0c6a77baa6852ea1adb4420c50e2809bcb82fc90
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-11-07 (Tue, 07 Nov 2023)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
Log Message:
-----------
[InstSimplify] Remove redundant simplifyAndOrOfICmpsWithZero() fold (NFCI)
This has been subsumed by simplifyAndOrWithICmpEq().
More information about the All-commits
mailing list