| ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py |
| ; RUN: opt < %s -passes=sccp -S | FileCheck %s |
| ; Test some XOR simplifications / range propagation. |
| define void@xor1(i1 %cmp) { |
| ; CHECK-NEXT: br i1 [[CMP:%.*]], label [[IF_TRUE:%.*]], label [[END:%.*]] |
| ; CHECK-NEXT: br label [[END]] |
| ; CHECK-NEXT: call void @use(i1 true) |
| ; CHECK-NEXT: call void @use(i1 false) |
| ; CHECK-NEXT: call void @use(i1 false) |
| ; CHECK-NEXT: call void @use(i1 true) |
| br i1 %cmp, label %if.true, label %end |
| %p = phi i32 [ 11, %entry ], [ 11, %if.true] |
| %c.1 = icmp eq i32 %xor.1, 0 |
| %c.2 = icmp eq i32 %xor.1, 10 |
| %c.3 = icmp eq i32 %xor.2, 11 |
| %c.4 = icmp eq i32 %xor.2, 10 |