[all-commits] [llvm/llvm-project] 2121e3: Revert "[InstCombine] Expand `foldSelectICmpAndOr`...
David Spickett via All-commits
all-commits at lists.llvm.org
Thu Aug 17 03:14:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2121e35ac2375b20a7c675c4e2108c1c94c1322f
https://github.com/llvm/llvm-project/commit/2121e35ac2375b20a7c675c4e2108c1c94c1322f
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-08-17 (Thu, 17 Aug 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/test/Transforms/InstCombine/select-with-bitwise-ops.ll
Log Message:
-----------
Revert "[InstCombine] Expand `foldSelectICmpAndOr` -> `foldSelectICmpAndBinOp` to work for more binops"
This reverts commit d3402bc4460acefbc3d5278743601fa090784614.
This has caused a second stage build failure on one of our Armv7 32 bit builders:
https://lab.llvm.org/buildbot/#/builders/182/builds/7193
More information about the All-commits
mailing list