[PATCH] D101884: [WebAssembly] Fix constness of pointer params to load intrinsics
Thomas Lively via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 5 12:42:57 PDT 2021
tlively added a comment.
It only matters for pointer parameters. For example, `const int *` is meaningfully different from `int *`, but `const int` is not usefully different from `int`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101884/new/
https://reviews.llvm.org/D101884
More information about the cfe-commits
mailing list