[PATCH] D101884: [WebAssembly] Fix constness of pointer params to load intrinsics

Heejin Ahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 5 12:48:16 PDT 2021


aheejin accepted this revision.
aheejin added a comment.
This revision is now accepted and ready to land.

I see, thanks. Then other load instructions are OK not to be fixed?

- `v128.load`
- `v128.loadN_splat`
- `v128.loadNxM_s/u`


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