Mercurial > hg > CbC > CbC_llvm
view test/CodeGen/BPF/sdiv_error.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 | 1172e4bd9c6f |
children |
line wrap: on
line source
; RUN: not llc -march=bpf < %s 2> %t1 ; RUN: FileCheck %s < %t1 ; CHECK: Unsupport signed division ; Function Attrs: norecurse nounwind readnone define i32 @test(i32 %len) #0 { %1 = srem i32 %len, 15 ret i32 %1 }