mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-16 18:26:04 +00:00
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" }
|