[all-commits] [llvm/llvm-project] 4665f3: Revert "[InstCombine] Add support for max(a, b) + m...
serguei-katkov via All-commits
all-commits at lists.llvm.org
Thu Apr 6 21:16:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4665f3c8387edada6ba14eb2eac3240271ae74ec
https://github.com/llvm/llvm-project/commit/4665f3c8387edada6ba14eb2eac3240271ae74ec
Author: Serguei Katkov <serguei.katkov at azul.com>
Date: 2023-04-07 (Fri, 07 Apr 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/test/Transforms/InstCombine/add-min-max.ll
M llvm/test/Transforms/InstCombine/mul-min-max.ll
Log Message:
-----------
Revert "[InstCombine] Add support for max(a,b) + min(a,b) => a + b."
Revert commit due to failure on buildbot:
error: 'match_combine_or' may not intend to support class template argument deduction
This reverts commit b86a06ef284f2637bef89bf5bb20157a8b195568.
More information about the All-commits
mailing list