[PATCH] D98676: [WebAssembly] Finalize SIMD names and opcodes
Heejin Ahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 16 17:15:22 PDT 2021
aheejin accepted this revision.
aheejin added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td:1243
// Prototype f64x2 conversions
defm "" : SIMDConvert<F32x4, F64x2, int_wasm_demote_zero,
----------------
If they are finalized, can we delete these "prototype" comments here and elsewhere? (not necessarily in this CL)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98676/new/
https://reviews.llvm.org/D98676
More information about the cfe-commits
mailing list