[PATCH] D89366: [WebAssembly] v128.load{8, 16, 32, 64}_lane instructions

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 14 09:43:20 PDT 2020


tlively planned changes to this revision.
tlively added inline comments.


================
Comment at: llvm/test/CodeGen/WebAssembly/simd-load-lane-offset.ll:4
+
+; Test SIMD v128.load{8,16,32,64}_lane instructions. TODO: Use the offset field.
+
----------------
aheejin wrote:
> Maybe add a comment on which patterns are currently supported and unsupported among this file?
Will do.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89366



More information about the llvm-commits mailing list