[PATCH] D84377: [WebAssembly] Implement truncating vector stores

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 24 00:56:38 PDT 2020


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

It looks like very smart transformation!



================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td:939
+                 (AND_v4i32 (SPLAT_v4i32 (CONST_I32 0x00ff00ff)), node:$val),
+                 node:$val
+               ),
----------------
This is dummy and not actually used, right? I think adding comment on this dummy would make reading a little easier.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84377/new/

https://reviews.llvm.org/D84377





More information about the llvm-commits mailing list