mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
[fast-isel] SelectInsertValue seems to be causing miscompiles for ARM. Disable while I investigate.
llvm-svn: 146331
This commit is contained in:
parent
d8a265c838
commit
2cf6a76fd4
@ -943,6 +943,7 @@ FastISel::SelectExtractValue(const User *U) {
|
||||
|
||||
bool
|
||||
FastISel::SelectInsertValue(const User *U) {
|
||||
return false;
|
||||
const InsertValueInst *IVI = dyn_cast<InsertValueInst>(U);
|
||||
if (!IVI)
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user