[PATCH] D93883: [WebAssembly] Prototype prefetch instructions
Heejin Ahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 29 02:51:50 PST 2020
aheejin accepted this revision.
aheejin added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/include/llvm/IR/IntrinsicsWebAssembly.td:318
+ Intrinsic<[], [llvm_ptr_ty],
+ [IntrInaccessibleMemOrArgMemOnly, IntrWillReturn,
+ ReadOnly<ArgIndex<0>>, NoCapture<ArgIndex<0>>],
----------------
It [[ https://github.com/llvm/llvm-project/blob/5abfeccf10bcbc0d673ece21ddd8d4ac4a0e7594/llvm/include/llvm/IR/Intrinsics.td#L130 | looks ]] `IntrWillReturn` is applied by default?
================
Comment at: llvm/test/CodeGen/WebAssembly/simd-prefetch-offset.ll:14
+;===----------------------------------------------------------------------------
+; v128.load32_zero
+;===----------------------------------------------------------------------------
----------------
================
Comment at: llvm/test/CodeGen/WebAssembly/simd-prefetch-offset.ll:126
+;===----------------------------------------------------------------------------
+; v128.load64_zero
+;===----------------------------------------------------------------------------
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93883/new/
https://reviews.llvm.org/D93883
More information about the cfe-commits
mailing list