Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view test/CodeGen/PowerPC/novrsave.ll @ 77:54457678186b
LLVM 3.6
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Sep 2014 22:06:00 +0900 |
parents | 95c75e76d11b |
children | afa8332a0e37 |
line wrap: on
line source
; RUN: llc -O0 -mtriple=powerpc-unknown-linux-gnu < %s | FileCheck %s ; RUN: llc -O0 -mtriple=powerpc64-unknown-linux-gnu < %s | FileCheck %s ; This verifies that the code to update VRSAVE has been removed for SVR4. define <4 x float> @bar(<4 x float> %v) nounwind { entry: %v.addr = alloca <4 x float>, align 16 store <4 x float> %v, <4 x float>* %v.addr, align 16 %0 = load <4 x float>* %v.addr, align 16 ret <4 x float> %0 } ; CHECK-NOT: mfspr ; CHECK-NOT: mtspr