[llvm-branch-commits] [llvm] release/18.x: [InstSimplify] Do not simplify freeze in `simplifyWithOpReplaced` (#91215) (PR #91419)
Yingwei Zheng via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue May 7 19:29:37 PDT 2024
================
@@ -3708,3 +3708,91 @@ define i32 @src_select_xxory_eq0_xorxy_y(i32 %x, i32 %y) {
%cond = select i1 %xor0, i32 %xor, i32 %y
ret i32 %cond
}
+
+define i32 @sequence_select_with_same_cond_false(i1 %c1, i1 %c2){
----------------
dtcxzyw wrote:
These tests don't belong to the original patch.
https://github.com/llvm/llvm-project/pull/91419
More information about the llvm-branch-commits
mailing list