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
[WebAssembly] Add DBG_VALUE with local operands location in WebAssemblyExplicitLocals pass
Extends DWARF expression larguage to express locals/globals locations. (via
target-index operands)
The WebAssemblyExplicitLocals can replace virtual registers to target-index()
operand type at the time when WebAssembly backend introduces local.{get,set,tee}
instead of corresponding virtual registers.
Reviewers: aprantl, dschuff
Differential Revision: https://reviews.llvm.org/D52634
0 commit comments