repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AArch64
/
legalize-bug-bogus-cpu.ll
blob
a96a3c5f48810d973616db066080937540979c59
1
; RUN: llc < %s -mtriple=aarch64-eabi -mcpu=bogus
2
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
8
}