view 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 source

; 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" }