[PATCH] D64322: [WebAssembly] Add support for llvm.clear_cache intrinsic

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 07:26:52 PDT 2019


sbc100 added a comment.

This looks like we we doing the exact same thing that x86 is.  So it would make sense to me that whatever we end up doing we should continue to match x86.    Perhaps landing this as-is and then opening a bug to turn this into an unreachable (for both x86 and wasm) is one option?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64322/new/

https://reviews.llvm.org/D64322





More information about the llvm-commits mailing list