[PATCH] D52755: [WebAssembly] any_true and all_true intrinsics and instructions
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 2 17:00:48 PDT 2018
aheejin added a comment.
Is there any reason why intrinsic names don't have underscores like `anytrue` but instruction names do, like `any_true`?
Repository:
rL LLVM
https://reviews.llvm.org/D52755
More information about the llvm-commits
mailing list