[all-commits] [llvm/llvm-project] de8f78: Revert "Simplify `(a % b) lt/ge (b-1)` into `(a % ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Jan 16 02:39:58 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de8f782355842a5d3ad44ad8861c53e3ef6fa73a
https://github.com/llvm/llvm-project/commit/de8f782355842a5d3ad44ad8861c53e3ef6fa73a
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-01-16 (Tue, 16 Jan 2024)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/test/Transforms/InstCombine/icmp.ll
Log Message:
-----------
Revert "Simplify `(a % b) lt/ge (b-1)` into `(a % b) eq/ne (b-1)` (#72504)"
This reverts commit 01f4d40aad58c5c34a8ae30edbf4e0ebbf235838.
Causes test failures.
More information about the All-commits
mailing list