1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00

ARM sched model: Use the right resources for DIV

llvm-svn: 183477
This commit is contained in:
Arnold Schwaighofer 2013-06-07 01:16:15 +00:00
parent 7ab0e93c53
commit ae78fdcfbc

View File

@ -1338,7 +1338,7 @@ let SchedModel = SwiftModel in {
}
// 4.2.18 Integer Divide
def : WriteRes<WriteDiv, [SwiftUnitDiv]>; // Workaround.
def : InstRW < [WriteDiv],
def : InstRW <[SwiftDiv],
(instregex "SDIV", "UDIV", "t2SDIV", "t2UDIV")>;
// 4.2.19 Integer Load Single Element