Sign in
rust
/
llvm-project
/
86509ec40530176c901b865058b23a63ef303d0b
/
.
/
llvm
/
test
/
Transforms
/
InstSimplify
/
and.ll
blob: 6fc319d0be92eb1ff00278fe3fcff3dcae30f470 [
file
] [
log
] [
blame
]
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt < %s -instsimplify -S | FileCheck %s
define
i32
@poison
(
i32
%x
)
{
; CHECK-LABEL: @poison(
; CHECK-NEXT: ret i32 poison
;
%v
=
and
i32
%x
,
poison
ret
i32
%v
}