mirror of
https://github.com/RPCS3/llvm.git
synced 2026-08-26 18:26:51 -04:00
0129666367
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@344791 91177308-0d34-0410-b5e6-96231b3b80d8
11 lines
184 B
LLVM
11 lines
184 B
LLVM
; RUN: llc -march=hexagon -O3 < %s | FileCheck %s
|
|
|
|
; CHECK: r{{[0-9]+}} = p{{[0-9]+}}
|
|
|
|
define i1 @f0() #0 {
|
|
b0:
|
|
ret i1 false
|
|
}
|
|
|
|
attributes #0 = { nounwind "target-cpu"="hexagonv5" }
|