predicate-copy.ll 184 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 ; 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" }