[WebAssembly] CodeGen support for __builtin_wasm_page_size()
authorDan Gohman <dan433584@gmail.com>
Mon, 24 Aug 2015 21:03:24 +0000 (21:03 +0000)
committerDan Gohman <dan433584@gmail.com>
Mon, 24 Aug 2015 21:03:24 +0000 (21:03 +0000)
commit8ccfc118c67f79f20f57077e56b7cbc8c532982c
tree0e60c7a5a2ca3cf1b3c57539b1c09b1231091e98
parenta1da6bba1ee0d36c8e37ec29b7fcc51afbe0381f
[WebAssembly] CodeGen support for __builtin_wasm_page_size()

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245872 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
lib/Target/WebAssembly/WebAssemblyInstrMemory.td
test/CodeGen/WebAssembly/memory-addr32.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/memory-addr64.ll [new file with mode: 0644]