mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 10:40:06 +01:00
Port pressure returned in tuple with Memory Operand
This commit is contained in:
@@ -270,7 +270,7 @@ class ArchSemantics(ISASemantics):
|
||||
for x in instruction_form.semantic_operands["source"]
|
||||
+ instruction_form.semantic_operands["src_dst"]
|
||||
if isinstance(x, MemoryOperand)
|
||||
]
|
||||
][0]
|
||||
)
|
||||
# if multiple options, choose based on reg type
|
||||
data_port_uops = [
|
||||
|
||||
Reference in New Issue
Block a user