[PATCH] D64322: [WebAssembly] Add support for llvm.clear_cache intrinsic
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 18:17:18 PDT 2019
aheejin added a comment.
In D64322#1573411 <https://reviews.llvm.org/D64322#1573411>, @sunfish wrote:
> Any code that thinks it needs to "clear the cache" is very likely doing something which won't actually work on wasm. Would it be reasonable to issue a `report_fatal_error` here?
I'm not sure it would be easy, because the only hook we have for each target is that `getClearCacheBuiltinName` function.
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