view test/CodeGen/Hexagon/predicate-copy.ll @ 146:3fc4d5c3e21e

set tail call flag for code segment in CGCAll
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 23 Dec 2018 19:23:36 +0900
parents 95c75e76d11b
children c2174574ed3a
line wrap: on
line source

; RUN: llc -march=hexagon -mcpu=hexagonv4 -O3 < %s | FileCheck %s

; CHECK: r{{[0-9]+}} = p{{[0-9]+}}
define i1 @foo() {
entry:
  ret i1 false
}