[all-commits] [llvm/llvm-project] 5c8a71: [InstCombine] Remove unnecessary icmp of all-zero ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Oct 30 02:01:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c8a71d82bcfd8f9d327c103aa036f1b003ca951
https://github.com/llvm/llvm-project/commit/5c8a71d82bcfd8f9d327c103aa036f1b003ca951
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
Log Message:
-----------
[InstCombine] Remove unnecessary icmp of all-zero gep folds (NFC)
All-zero GEPs will be removed anyway, no need to special-case them
here.
More information about the All-commits
mailing list