[PATCH] D115327: [WebAssembly] Fix reftype load/store match with idx from call

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 12 14:01:14 PST 2022


tlively accepted this revision.
tlively added a comment.
This revision is now accepted and ready to land.

An example situation where there might be more than one value is in a multivalue call, but `Idx` should only refer to whichever value is actually used as the offset and I agree that it shouldn't matter whether there are other values in the same node or not.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115327



More information about the llvm-commits mailing list