Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view test/CodeGen/AArch64/neon-idiv.ll @ 117:facf19d07cd9
check EHStack on EmitCall (CbC goto)
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 24 Aug 2016 20:10:41 +0900 |
parents | 54457678186b |
children |
line wrap: on
line source
; RUN: llc -mtriple=aarch64-none-linux-gnu < %s -mattr=+neon | FileCheck %s define <4 x i32> @test1(<4 x i32> %a) { %rem = srem <4 x i32> %a, <i32 7, i32 7, i32 7, i32 7> ret <4 x i32> %rem ; CHECK-LABEL: test1 ; FIXME: Can we lower this more efficiently? ; CHECK: mul ; CHECK: mul ; CHECK: mul ; CHECK: mul }