[PATCH] D52755: [WebAssembly] any_true and all_true intrinsics and instructions
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 2 17:04:25 PDT 2018
tlively added a comment.
In https://reviews.llvm.org/D52755#1253324, @aheejin wrote:
> Is there any reason why intrinsic names don't have underscores like `anytrue` but instruction names do, like `any_true`?
Underscores in intrinsic tablegen names are turned into dots at the IR level. I liked `anytrue` better than `any.true`.
Repository:
rL LLVM
https://reviews.llvm.org/D52755
More information about the llvm-commits
mailing list