mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
Test bitwise operations
llvm-svn: 1025
This commit is contained in:
parent
1153a795eb
commit
ad4eb90651
10
test/Feature/testlogical.ll
Normal file
10
test/Feature/testlogical.ll
Normal file
@ -0,0 +1,10 @@
|
||||
implementation
|
||||
|
||||
int "simpleAdd"(int %i0, int %j0)
|
||||
begin
|
||||
%t1 = xor int %i0, %j0
|
||||
%t2 = or int %i0, %j0
|
||||
%t3 = and int %t1, %t2
|
||||
ret int %t3
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user