[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 13:10:31 PDT 2021


tlively added a comment.

In D101884#2739898 <https://reviews.llvm.org/D101884#2739898>, @aheejin wrote:

> I see, thanks. Then other load instructions are OK not to be fixed?
>
> - `v128.load`
> - `v128.loadN_splat`
> - `v128.loadNxM_s/u`

Yep, the intrinsics for those instructions were already using const pointers correctly.


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