[llvm] [InstCombine] Use InstSimplify in FoldOpIntoSelect (PR #116073)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 14 16:35:22 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(
----------------
weiguozhi wrote:
Could you also add the tests from https://github.com/llvm/llvm-project/pull/115969?
I've tested them with this patch and it works correctly.
https://github.com/llvm/llvm-project/pull/116073
More information about the llvm-commits
mailing list