mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-25 00:33:15 +00:00
Lower the threshold at which memcpy / memmove / memset stop being expanded
inline in the XCore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75906 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ff4149b903
commit
787e90f862
@ -150,6 +150,9 @@ XCoreTargetLowering::XCoreTargetLowering(XCoreTargetMachine &XTM)
|
||||
// Debug
|
||||
setOperationAction(ISD::DBG_STOPPOINT, MVT::Other, Expand);
|
||||
setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand);
|
||||
|
||||
maxStoresPerMemset = 4;
|
||||
maxStoresPerMemmove = maxStoresPerMemcpy = 2;
|
||||
}
|
||||
|
||||
SDValue XCoreTargetLowering::
|
||||
|
Loading…
x
Reference in New Issue
Block a user