You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TableGen] Store flat source operand number in OperandMap in PseudoLoweringEmitter. NFC
Previously we stored the index into the source CodeGenInstruction's
operand list. Any operand with sub operands stored the same index
into all of the OperandMap entries for that operand. The emitting loop
would look up the MIOperandNo for the source and add the sub index.
This patch moves the MIOperandNo and adding the sub index into
loop that updates OperandMap and the emitting loop just prints the index.
While there, I've added a check that MIOperandNo is the same for
source and destination.
0 commit comments