OSDN Git Service

Teach fast isel about vector stores, and make DoSelectCall return false when it fails...
authorLang Hames <lhames@gmail.com>
Tue, 18 Oct 2011 22:11:33 +0000 (22:11 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 18 Oct 2011 22:11:33 +0000 (22:11 +0000)
commite4824714026a528fe4cb08ad73e048066980eda6
treeddb11b79e04f1e28d893f0dbfd373e7de7b2efbc
parent564392bd3f6df4ba139d3be34017ed2a826f78bb
Teach fast isel about vector stores, and make DoSelectCall return false when it fails to emit a store. This fixes <rdar://problem/10215997>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142432 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp