[PATCH] D15197: [WebAssembly] Support constant offsets on loads and stores
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 3 10:39:44 PST 2015
dschuff created this revision.
dschuff added reviewers: jfb, sunfish.
dschuff added a subscriber: llvm-commits.
Herald added subscribers: dschuff, jfb.
This is just prototype for load/store for i32 types. I'll add them to
the rest of the types if we like this direction.
http://reviews.llvm.org/D15197
Files:
lib/Target/WebAssembly/WebAssemblyInstrMemory.td
lib/Target/WebAssembly/WebAssemblyStoreResults.cpp
test/CodeGen/WebAssembly/cfg-stackify.ll
test/CodeGen/WebAssembly/global.ll
test/CodeGen/WebAssembly/load.ll
test/CodeGen/WebAssembly/store-results.ll
test/CodeGen/WebAssembly/store.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15197.41776.patch
Type: text/x-patch
Size: 6237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151203/9f688fac/attachment.bin>
More information about the llvm-commits
mailing list