[PATCH] D94347: [WebAssembly] locals can now be indirect in DWARF

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 18:07:52 PST 2021


aardappel added a comment.

> i.e. does it actually matter after that what value the TargetIndex MachineOperand has?

I meant in the sense that it also gets emitted as-is in DWARF data. So consumers currently have to check if the value is 0 or 4 to know if something is a local. That could be simplified by rewriting it back to `TI_LOCAL`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94347/new/

https://reviews.llvm.org/D94347



More information about the llvm-commits mailing list