mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Test case for
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20061016/038780.html git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31068 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
34ab4d45d2
commit
9eb43f2064
8
test/Transforms/InstCombine/2006-10-20-mask.ll
Normal file
8
test/Transforms/InstCombine/2006-10-20-mask.ll
Normal file
@ -0,0 +1,8 @@
|
||||
; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | grep 'and'
|
||||
ulong %foo(ulong %tmp, ulong %tmp2) {
|
||||
%tmp = cast ulong %tmp to uint
|
||||
%tmp2 = cast ulong %tmp2 to uint
|
||||
%tmp3 = and uint %tmp, %tmp2
|
||||
%tmp4 = cast uint %tmp3 to ulong
|
||||
ret ulong %tmp4
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user