Mercurial > hg > CbC > CbC_llvm
view test/CodeGen/Thumb2/2009-08-08-ScavengerAssert.ll @ 146:3fc4d5c3e21e
set tail call flag for code segment in CGCAll
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 23 Dec 2018 19:23:36 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line source
; RUN: llc < %s -mtriple=armv7-eabi -mattr=+vfp2 ; PR4686 @g_d = external global double ; <double*> [#uses=1] define void @foo(float %yIncr) { entry: br i1 undef, label %bb, label %bb4 bb: ; preds = %entry %0 = call arm_aapcs_vfpcc float @bar() ; <float> [#uses=1] %1 = fpext float %0 to double ; <double> [#uses=1] store double %1, double* @g_d, align 8 br label %bb4 bb4: ; preds = %bb, %entry unreachable } declare arm_aapcs_vfpcc float @bar()