[all-commits] [llvm/llvm-project] 4638c2: [InstSimplify] Remove redundant pointer icmp fold ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Oct 26 05:30:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4638c29c3dd14048ca78e37f132d4c75f490d139
https://github.com/llvm/llvm-project/commit/4638c29c3dd14048ca78e37f132d4c75f490d139
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
Log Message:
-----------
[InstSimplify] Remove redundant pointer icmp fold (NFCI)
This fold is already performed as part of simplifyICmpWithZero().
More information about the All-commits
mailing list