[Transforms] Silence a warning in SROA.cpp (NFC)
[llvm-project.git] / llvm / test / CodeGen / AArch64 / legalize-bug-bogus-cpu.ll
bloba949abb3ee5a3696af507998d21c2a0ccd7f8708
1 ; RUN: llc < %s -mtriple=aarch64 -mcpu=bogus
3 ; Fix the bug in PR20557. Set mcpu to a bogus name, llc will crash in type
4 ; legalization.
5 define <4 x float> @fneg4(<4 x float> %x) {
6   %sub = fsub <4 x float> zeroinitializer, %x
7   ret <4 x float> %sub