[LLVMdev] Returning big vectors on ARM broke in rev 103411

Edmund Grimley-Evans Edmund.Grimley-Evans at arm.com
Thu May 13 10:03:40 PDT 2010


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 intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.




More information about the llvm-dev mailing list