mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
[fast-isel] SelectInsertValue seems to be causing miscompiles for ARM. Disable while I investigate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146331 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d440f678fb
commit
4552d3e22a
@ -943,6 +943,7 @@ FastISel::SelectExtractValue(const User *U) {
|
|||||||
|
|
||||||
bool
|
bool
|
||||||
FastISel::SelectInsertValue(const User *U) {
|
FastISel::SelectInsertValue(const User *U) {
|
||||||
|
return false;
|
||||||
const InsertValueInst *IVI = dyn_cast<InsertValueInst>(U);
|
const InsertValueInst *IVI = dyn_cast<InsertValueInst>(U);
|
||||||
if (!IVI)
|
if (!IVI)
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user