brintos

brintos / llvm-project-archived public Read only

0
0
Text · 252 B · a949abb Raw
9 lines · plain
1; RUN: llc < %s -mtriple=aarch64 -mcpu=bogus2 3; Fix the bug in PR20557. Set mcpu to a bogus name, llc will crash in type4; legalization.5define <4 x float> @fneg4(<4 x float> %x) {6  %sub = fsub <4 x float> zeroinitializer, %x7  ret <4 x float> %sub8}9