Mercurial > hg > CbC > CbC_llvm
diff 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 |
line wrap: on
line diff
--- a/test/CodeGen/Hexagon/predicate-copy.ll Sat Feb 17 09:57:20 2018 +0900 +++ b/test/CodeGen/Hexagon/predicate-copy.ll Wed Aug 14 16:55:33 2019 +0900 @@ -1,8 +1,10 @@ -; RUN: llc -march=hexagon -mcpu=hexagonv4 -O3 < %s | FileCheck %s +; RUN: llc -march=hexagon -O3 < %s | FileCheck %s ; CHECK: r{{[0-9]+}} = p{{[0-9]+}} -define i1 @foo() { -entry: + +define i1 @f0() #0 { +b0: ret i1 false } +attributes #0 = { nounwind "target-cpu"="hexagonv5" }