[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Transforms / InstSimplify / xor.ll
blob322d94851ce120a0ae6222f1445af0c0a175aef4
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 = xor i32 %x, poison
9   ret i32 %v