[PATCH] D113420: [WebAssembly] Implement table instruction intrinsics and ref.null
Paulo Matos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 22 00:18:29 PST 2022
pmatos added a comment.
In D113420#3239319 <https://reviews.llvm.org/D113420#3239319>, @ljmf00 wrote:
> In D113420#3151549 <https://reviews.llvm.org/D113420#3151549>, @pmatos wrote:
>
>> After closing D111420 <https://reviews.llvm.org/D111420>, I moved the implementation of all intrinsics to this revision without the need for the polymorphic llvm_anyref_ty type.
>
> @pmatos You likely referenced the wrong diff. I would suggest amending this to avoid confusion in the future :)
Done - thanks for letting me know.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113420/new/
https://reviews.llvm.org/D113420
More information about the llvm-commits
mailing list