[PATCH] D68058: [WebAssembly] SIMD Load and extend operations
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 26 06:11:43 PDT 2019
aheejin added inline comments.
================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td:132
+ let MemoryVT = type;
+}
+
----------------
Can't we use [[ https://github.com/llvm/llvm-project/blob/fe0de7e5e1c498e245bc0a185d8919e12cc0c75e/llvm/include/llvm/Target/TargetSelectionDAG.td#L985-L1042 | these ]]?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68058/new/
https://reviews.llvm.org/D68058
More information about the llvm-commits
mailing list