projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6f4381
)
[WebAssembly] Declare the llvm.wasm.page.size() intrinsic.
author
Dan Gohman
<dan433584@gmail.com>
Thu, 13 Aug 2015 00:26:04 +0000
(
00:26
+0000)
committer
Dan Gohman
<dan433584@gmail.com>
Thu, 13 Aug 2015 00:26:04 +0000
(
00:26
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244847
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/IR/IntrinsicsWebAssembly.td
patch
|
blob
|
history
diff --git
a/include/llvm/IR/IntrinsicsWebAssembly.td
b/include/llvm/IR/IntrinsicsWebAssembly.td
index 3ccde474238493fd319fbf222e0d145e3322c7a4..af3a97f3ebbb3f97823a51e61f369daaeed78280 100644
(file)
--- a/
include/llvm/IR/IntrinsicsWebAssembly.td
+++ b/
include/llvm/IR/IntrinsicsWebAssembly.td
@@
-13,4
+13,7
@@
//===----------------------------------------------------------------------===//
let TargetPrefix = "wasm" in { // All intrinsics start with "llvm.wasm.".
+
+def int_wasm_page_size : Intrinsic<[llvm_anyint_ty], [], [IntrNoMem]>;
+
}