Mercurial > hg > CbC > CbC_llvm
view test/CodeGen/AArch64/fast-isel-vret.ll @ 100:7d135dc70f03 LLVM 3.9
LLVM 3.9
author | Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 26 Jan 2016 22:53:40 +0900 |
parents | afa8332a0e37 |
children |
line wrap: on
line source
; RUN: llc -mtriple=aarch64-apple-darwin -fast-isel -fast-isel-abort=1 -verify-machineinstrs < %s | FileCheck %s ; Test that we don't abort fast-isle for ret define <8 x i8> @ret_v8i8(<8 x i8> %a, <8 x i8> %b) { ; CHECK-LABEL: ret_v8i8 ; CHECK: add.8b v0, v0, v1 %1 = add <8 x i8> %a, %b ret <8 x i8> %1 }