[PATCH] D12393: WebAssembly: generate global loads
JF Bastien via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 26 21:16:25 PDT 2015
jfb added a comment.
This patch is still incomplete, I just want to check the general direction makes sense with @sunfish. I'll move the definitions to the right place and handle all relevant types before committing (and test them).
I also realized that my previous patch should have handled `i8` and `i16` globals (since they're memory types), so I'll send a separate patch to do so, and then update this one with the appropriate types.
http://reviews.llvm.org/D12393
More information about the llvm-commits
mailing list