[PATCH] D112022: [WebAssembly] Add prototype relaxed swizzle instructions

Ng Zhi An via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 18 10:53:12 PDT 2021


ngzhian added inline comments.


================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td:1365
+
+def wasm_relaxed_swizzle : SDNode<"WebAssemblyISD::RELAXED_SWIZZLE", wasm_swizzle_t>;
+
----------------
@tlively i'm not 100% sure if this is needed or the right thing to do, i looked at what i8x16.swizzle currently does and just replaced the name and opcode. LMK if this needs to be changed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112022



More information about the cfe-commits mailing list