mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-05 12:31:46 +00:00
This broke lots. Reverting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43264 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7feb3be0b7
commit
803396fce2
@ -4302,10 +4302,6 @@ void SelectionDAGLowering::visitMemIntrinsic(CallInst &I, unsigned Op) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case ISD::MEMCPY: {
|
case ISD::MEMCPY: {
|
||||||
// FIXME: Disabling memcpy lowering for copying onto the stack.
|
|
||||||
if (Op1.getOpcode() == ISD::FrameIndex)
|
|
||||||
break;
|
|
||||||
|
|
||||||
if (MeetsMaxMemopRequirement(MemOps, TLI.getMaxStoresPerMemcpy(),
|
if (MeetsMaxMemopRequirement(MemOps, TLI.getMaxStoresPerMemcpy(),
|
||||||
Size->getValue(), Align, TLI)) {
|
Size->getValue(), Align, TLI)) {
|
||||||
unsigned NumMemOps = MemOps.size();
|
unsigned NumMemOps = MemOps.size();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user