Mercurial > hg > Members > tobaru > cbc > CbC_llvm
comparison test/CodeGen/Thumb/ldr_ext.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=thumb | FileCheck %s -check-prefix=V5 | 1 ; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s -check-prefix=V5 |
2 ; RUN: llc < %s -march=thumb -mattr=+v6 | FileCheck %s -check-prefix=V6 | 2 ; RUN: llc -mtriple=thumb-eabi -mattr=+v6 %s -o - | FileCheck %s -check-prefix=V6 |
3 | 3 |
4 ; rdar://7176514 | 4 ; rdar://7176514 |
5 | 5 |
6 define i32 @test1(i8* %t1) nounwind { | 6 define i32 @test1(i8* %t1) nounwind { |
7 ; V5: ldrb | 7 ; V5: ldrb |