[llvm] [InstCombine] Use InstSimplify in FoldOpIntoSelect (PR #116073)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 15 04:02:19 PST 2024
================
@@ -56,14 +56,9 @@ define void @test_select_agg_multiuse(i1 %cond, i64 %v1, i64 %v2, i64 %v3, i64 %
; CHECK-LABEL: define void @test_select_agg_multiuse(
----------------
nikic wrote:
I committed the extra tests in https://github.com/llvm/llvm-project/commit/33694245cba0e935f516edf9d20c9062692b1289 and rebased this PR.
https://github.com/llvm/llvm-project/pull/116073
More information about the llvm-commits
mailing list