Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/Thumb2/inflate-regs.ll @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line diff
--- a/test/CodeGen/Thumb2/inflate-regs.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/Thumb2/inflate-regs.ll Tue Oct 13 17:48:58 2015 +0900 @@ -14,7 +14,7 @@ ; CHECK: vstr s define void @local_split(float* nocapture %p) nounwind ssp { entry: - %x = load float* %p, align 4 + %x = load float, float* %p, align 4 %a = fadd float %x, 1.0 tail call void asm sideeffect "", "~{d0},~{d1},~{d2},~{d3},~{d4},~{d5},~{d6},~{d7},~{d8},~{d9},~{d10},~{d11},~{d12},~{d13},~{d14},~{d15}"() nounwind store float %a, float* %p, align 4 @@ -33,7 +33,7 @@ ; CHECK: vstr s define void @global_split(float* nocapture %p1, float* nocapture %p2) nounwind ssp { entry: - %0 = load float* %p1, align 4 + %0 = load float, float* %p1, align 4 %add = fadd float %0, 1.000000e+00 tail call void asm sideeffect "", "~{d0},~{d1},~{d2},~{d3},~{d4},~{d5},~{d6},~{d7},~{d8},~{d9},~{d10},~{d11},~{d12},~{d13},~{d14},~{d15}"() nounwind %cmp = fcmp ogt float %add, 0.000000e+00