[PATCH] D84556: [WebAssembly] Remove intrinsics for SIMD widening ops

Heejin Ahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 24 19:05:58 PDT 2020


aheejin accepted this revision.
aheejin added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/CodeGen/WebAssembly/simd-widening.ll:113
+
+;; Also test that similar patterns are still expanded correctly
+
----------------
It'd be clearer to say starting indices of these don't start with 0 or [lanecount - 1] so they can't be widened using `widen_low` or `widen_high` instructions.

Question: Can we also widen these using shifts?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84556





More information about the cfe-commits mailing list