comparison test/CodeGen/Thumb2/thumb2-branch.ll @ 77:54457678186b LLVM3.6

LLVM 3.6
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Mon, 08 Sep 2014 22:06:00 +0900
parents 95c75e76d11b
children
comparison
equal deleted inserted replaced
34:e874dbf0ad9d 77:54457678186b
1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mattr=+thumb2 | FileCheck %s 1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mattr=+thumb2 -arm-atomic-cfg-tidy=0 | FileCheck %s
2 ; If-conversion defeats the purpose of this test, which is to check 2 ; If-conversion defeats the purpose of this test, which is to check
3 ; conditional branch generation, so a call to make sure it doesn't 3 ; conditional branch generation, so a call to make sure it doesn't
4 ; happen and we get actual branches. 4 ; happen and we get actual branches.
5 5
6 declare void @foo() 6 declare void @foo()