[llvm-commits] [llvm] r132785 - in /llvm/trunk/test/FrontendC/ARM: dg.exp inline-asm-multichar.c

Galina Kistanova gkistanova at gmail.com
Thu Jun 9 10:35:15 PDT 2011


You are welcome, Eric!

By the way, if I compile the test with clang (ToT), I get the result
quoted below.
Please notice that inlined asm call doesn't match your pattern. Is
this expected?

Thanks

Galina

----------------------------------------------------------------------------------------------------
; ModuleID = '/home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/test/FrontendC/ARM/inline-asm-multichar.c'
target datalayout =
"e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:64:128-a0:0:64-n32"
target triple = "armv7-unknown-linux-gnueabi"

@t1.k = internal global float 1.000000e+00, align 4

define i32 @t1() nounwind {
entry:
  call void asm sideeffect "flds s15, $0 \0A", "*^Uv|m,~{s15}"(float*
@t1.k) nounwind, !srcloc !0
  ret i32 0
}

!0 = metadata !{i32 166}
----------------------------------------------------------------------------------------------------


On Thu, Jun 9, 2011 at 10:25 AM, Eric Christopher <echristo at apple.com> wrote:
>
> On Jun 9, 2011, at 10:18 AM, Galina Kistanova wrote:
>
>> Author: gkistanova
>> Date: Thu Jun  9 12:18:37 2011
>> New Revision: 132785
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=132785&view=rev
>> Log:
>> Added dg.exp to run FrontendC ARM-dependent tests; updated inline-asm-multichar.c test per this change.
>>
>
> Thanks!
>
> -eric
>




More information about the llvm-commits mailing list