repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
InstSimplify
/
xor.ll
blob
322d94851ce120a0ae6222f1445af0c0a175aef4
1
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2
; RUN: opt < %s -instsimplify -S | FileCheck %s
3
4
define i32 @poison(i32 %x) {
5
; CHECK-LABEL: @poison(
6
; CHECK-NEXT: ret i32 poison
7
;
8
%v = xor i32 %x, poison
9
ret i32 %v
10
}