[PATCH] D95425: Implementation of global.get/set for reftypes in LLVM IR

Paulo Matos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 27 00:37:06 PDT 2021


pmatos added a comment.

There are still two things missing:

1. Clear the table entry after the `call_indirect` to avoid hidden GC roots as mentioned by @wingo
2. Understand how to handle a `ret %extern undef` - comment by @tlively


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95425



More information about the llvm-commits mailing list