PR20557: Fix the bug that bogus cpu parameter crashes llc on AArch64 backend.
authorHao Liu <Hao.Liu@arm.com>
Fri, 31 Oct 2014 02:35:34 +0000 (02:35 +0000)
committerHao Liu <Hao.Liu@arm.com>
Fri, 31 Oct 2014 02:35:34 +0000 (02:35 +0000)
commit80021c5cf86168f049137e60ef9501f97bf2e52f
tree6ae40c2bc7242033a090f1364980e091bfac0047
parent714a629ad80cc841fb14a476969b91d1545a37ce
PR20557: Fix the bug that bogus cpu parameter crashes llc on AArch64 backend.
Initial patch by Oleg Ranevskyy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220945 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetLoweringBase.cpp
test/CodeGen/AArch64/legalize-bug-bogus-cpu.ll [new file with mode: 0644]