Mercurial > hg > Members > tobaru > cbc > CbC_llvm
comparison test/CodeGen/ARM/vext.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 |
comparison
equal
deleted
inserted
replaced
34:e874dbf0ad9d | 77:54457678186b |
---|---|
1 ; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s | 1 ; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - | FileCheck %s |
2 | 2 |
3 define <8 x i8> @test_vextd(<8 x i8>* %A, <8 x i8>* %B) nounwind { | 3 define <8 x i8> @test_vextd(<8 x i8>* %A, <8 x i8>* %B) nounwind { |
4 ;CHECK-LABEL: test_vextd: | 4 ;CHECK-LABEL: test_vextd: |
5 ;CHECK: vext | 5 ;CHECK: vext |
6 %tmp1 = load <8 x i8>* %A | 6 %tmp1 = load <8 x i8>* %A |