[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Transforms / InstSimplify / and.ll
blob6fc319d0be92eb1ff00278fe3fcff3dcae30f470
1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2 ; RUN: opt < %s -instsimplify -S | FileCheck %s
4 define i32 @poison(i32 %x) {
5 ; CHECK-LABEL: @poison(
6 ; CHECK-NEXT:    ret i32 poison
8   %v = and i32 %x, poison
9   ret i32 %v