Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/Hexagon/predicate-copy.ll @ 147:c2174574ed3a
LLVM 10
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 14 Aug 2019 16:55:33 +0900 |
parents | 95c75e76d11b |
children |
comparison
equal
deleted
inserted
replaced
134:3a76565eade5 | 147:c2174574ed3a |
---|---|
1 ; RUN: llc -march=hexagon -mcpu=hexagonv4 -O3 < %s | FileCheck %s | 1 ; RUN: llc -march=hexagon -O3 < %s | FileCheck %s |
2 | 2 |
3 ; CHECK: r{{[0-9]+}} = p{{[0-9]+}} | 3 ; CHECK: r{{[0-9]+}} = p{{[0-9]+}} |
4 define i1 @foo() { | 4 |
5 entry: | 5 define i1 @f0() #0 { |
6 b0: | |
6 ret i1 false | 7 ret i1 false |
7 } | 8 } |
8 | 9 |
10 attributes #0 = { nounwind "target-cpu"="hexagonv5" } |