mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Clean up Thumb load/store multiple definitions.
There is no non-writeback store multiple instruction in Thumb1, so don't define one. As a result load multiple is the only instantiation of the multiclass, so refactor that away entirely. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138338 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1930,7 +1930,6 @@ ARMBaseInstrInfo::getNumMicroOps(const InstrItineraryData *ItinData,
|
||||
case ARM::STMIB_UPD:
|
||||
case ARM::tLDMIA:
|
||||
case ARM::tLDMIA_UPD:
|
||||
case ARM::tSTMIA:
|
||||
case ARM::tSTMIA_UPD:
|
||||
case ARM::tPOP_RET:
|
||||
case ARM::tPOP:
|
||||
@@ -2196,7 +2195,6 @@ ARMBaseInstrInfo::getOperandLatency(const InstrItineraryData *ItinData,
|
||||
case ARM::STMDA_UPD:
|
||||
case ARM::STMDB_UPD:
|
||||
case ARM::STMIB_UPD:
|
||||
case ARM::tSTMIA:
|
||||
case ARM::tSTMIA_UPD:
|
||||
case ARM::tPOP_RET:
|
||||
case ARM::tPOP:
|
||||
|
Reference in New Issue
Block a user