1 ; This run line verifies that we get the expected constant fold.
2 ; RUN: opt < %s -passes=instcombine -S | FileCheck %s
4 define i32 @foo(i32 %arg) #0 {
7 ; CHECK-NEXT: [[AND:%.*]] = and i32 [[ARG:%.*]], 7
8 ; CHECK-NEXT: ret i32 [[AND]]
12 %and = and i32 %arg, %or