mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-10 08:40:41 +00:00
ARM sched model: Use the right resources for DIV
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183477 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
873ff29514
commit
c6752d5565
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user