Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view test/CodeGen/AArch64/legalize-bug-bogus-cpu.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 | 60c9769439b8 |
children | 1172e4bd9c6f |
line wrap: on
line source
; RUN: llc -march=aarch64 -mcpu=bogus -o - %s ; Fix the bug in PR20557. Set mcpu to a bogus name, llc will crash in type ; legalization. define <4 x float> @fneg4(<4 x float> %x) { %sub = fsub <4 x float> zeroinitializer, %x ret <4 x float> %sub }