Displaying 1 result from an estimated 1 matches for "test_fc_0_kernel".
2009 Feb 13
3
[LLVMdev] 16bit loads being promoted to 32bit?
I have the following function:
define void @test_fc_0_kernel(i16 signext %x, i16 signext %y, i16
addrspace(11)* %input, i32 addrspace(11)* %result) {
entry:
%call = tail call i32 @get_id(i32 0) ;
<i32> [#uses=2]
%cmp = icmp slt i16 %x, %y ; <i1> [#uses=1]
br i1 %cmp, l...