[all-commits] [llvm/llvm-project] 97ef15: [WebAssembly] Fix reftype load/store match with id...
Paulo Matos via All-commits
all-commits at lists.llvm.org
Thu Jan 13 02:05:12 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97ef15ad769715b673fa5791776de34ec92692ac
https://github.com/llvm/llvm-project/commit/97ef15ad769715b673fa5791776de34ec92692ac
Author: Paulo Matos <pmatos at igalia.com>
Date: 2022-01-13 (Thu, 13 Jan 2022)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/test/CodeGen/WebAssembly/externref-tableset.ll
Log Message:
-----------
[WebAssembly] Fix reftype load/store match with idx from call
Implement support for matching an index from a WebAssembly CALL
instruction. Add test.
Reviewed By: tlively
Differential Revision: https://reviews.llvm.org/D115327
More information about the All-commits
mailing list