search for: f_4_i64

Displaying 4 results from an estimated 4 matches for "f_4_i64".

2010 May 13
2
[LLVMdev] Returning big vectors on ARM broke in rev 103411
I think this test case demonstrates it: ; RUN: llc -march=thumb -mcpu=cortex-a8 -mtriple=thumbv7-eabi -float-abi=hard < %s | FileCheck %s define <4 x i64> @f_4_i64(<4 x i64> %a, <4 x i64> %b) nounwind { ; CHECK: vadd.i64 %y = add <4 x i64> %a, %b ret <4 x i64> %y } (I hope I got that right.) -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the inten...
2010 May 13
0
[LLVMdev] Returning big vectors on ARM broke in rev 103411
I don't think this has ever worked. Evan On May 13, 2010, at 10:03 AM, Edmund Grimley-Evans wrote: > I think this test case demonstrates it: > > ; RUN: llc -march=thumb -mcpu=cortex-a8 -mtriple=thumbv7-eabi -float-abi=hard < %s | FileCheck %s > > define <4 x i64> @f_4_i64(<4 x i64> %a, <4 x i64> %b) nounwind { > ; CHECK: vadd.i64 > %y = add <4 x i64> %a, %b > ret <4 x i64> %y > } > > (I hope I got that right.) > > > > -- > IMPORTANT NOTICE: The contents of this email and any attachments are confidential...
2010 May 14
2
[LLVMdev] Returning big vectors on ARM broke in rev 103411
.... > > Evan > > On May 13, 2010, at 10:03 AM, Edmund Grimley-Evans wrote: > >> I think this test case demonstrates it: >> >> ; RUN: llc -march=thumb -mcpu=cortex-a8 -mtriple=thumbv7-eabi -float-abi=hard < %s | FileCheck %s >> >> define <4 x i64> @f_4_i64(<4 x i64> %a, <4 x i64> %b) nounwind { >> ; CHECK: vadd.i64 >>  %y = add <4 x i64> %a, %b >>  ret <4 x i64> %y >> } >> >> (I hope I got that right.) >> >> >> >> -- >> IMPORTANT NOTICE: The contents of this ema...
2010 May 14
0
[LLVMdev] Returning big vectors on ARM broke in rev 103411
...On May 13, 2010, at 10:03 AM, Edmund Grimley-Evans wrote: >> >>> I think this test case demonstrates it: >>> >>> ; RUN: llc -march=thumb -mcpu=cortex-a8 -mtriple=thumbv7-eabi -float-abi=hard < %s | FileCheck %s >>> >>> define <4 x i64> @f_4_i64(<4 x i64> %a, <4 x i64> %b) nounwind { >>> ; CHECK: vadd.i64 >>> %y = add <4 x i64> %a, %b >>> ret <4 x i64> %y >>> } >>> >>> (I hope I got that right.) >>> >>> >>> >>> -- >&gt...