[all-commits] [llvm/llvm-project] 4c1c96: Revert "[InstCombine] Fold `icmp eq/ne min|max(X, ...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sun Sep 24 18:49:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c1c96e6fc0f704e9e032f87b2cd1e04bb4240dd
https://github.com/llvm/llvm-project/commit/4c1c96e6fc0f704e9e032f87b2cd1e04bb4240dd
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-09-24 (Sun, 24 Sep 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/test/Transforms/InstCombine/pr21199.ll
M llvm/test/Transforms/InstCombine/smax-icmp.ll
M llvm/test/Transforms/InstCombine/smin-icmp.ll
M llvm/test/Transforms/InstCombine/umax-icmp.ll
M llvm/test/Transforms/InstCombine/umin-icmp.ll
Log Message:
-----------
Revert "[InstCombine] Fold `icmp eq/ne min|max(X, Y), Z` (#67087)"
Details in https://reviews.llvm.org/D156238
This reverts commit d2abe8dc662a94e6c9aca5b64af53c7f815b5701.
More information about the All-commits
mailing list