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
Refactor lowerOperand from EVMMCInstLower::Lower similar to this.
Since we need to make an instance of EVMMCInstLower in EVMAsmPrinter and we are using MachineRegisterInfo in EVMMCInstLower, to reduce complexity of passing instance to EVMMCInstLower maybe the easiest solution is to merge EVMMCInstLower into EVMAsmPrinter like here to avoid that.
When this is done, instead of creating MCOperand manually, lowerOperand should be used for that.
The text was updated successfully, but these errors were encountered:
Refactor
lowerOperand
fromEVMMCInstLower::Lower
similar to this.Since we need to make an instance of
EVMMCInstLower
inEVMAsmPrinter
and we are usingMachineRegisterInfo
inEVMMCInstLower
, to reduce complexity of passing instance toEVMMCInstLower
maybe the easiest solution is to mergeEVMMCInstLower
intoEVMAsmPrinter
like here to avoid that.When this is done, instead of creating
MCOperand
manually,lowerOperand
should be used for that.The text was updated successfully, but these errors were encountered: