mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-04 00:31:54 +00:00
This broke lots. Reverting.
llvm-svn: 43264
This commit is contained in:
parent
52b33065a4
commit
34950e1291
@ -4302,10 +4302,6 @@ void SelectionDAGLowering::visitMemIntrinsic(CallInst &I, unsigned Op) {
|
||||
break;
|
||||
}
|
||||
case ISD::MEMCPY: {
|
||||
// FIXME: Disabling memcpy lowering for copying onto the stack.
|
||||
if (Op1.getOpcode() == ISD::FrameIndex)
|
||||
break;
|
||||
|
||||
if (MeetsMaxMemopRequirement(MemOps, TLI.getMaxStoresPerMemcpy(),
|
||||
Size->getValue(), Align, TLI)) {
|
||||
unsigned NumMemOps = MemOps.size();
|
||||
|
Loading…
x
Reference in New Issue
Block a user