Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/13.0-2021-09-30
/
.
/
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
}