[PATCH] D110295: [WebAssembly] Add prototype relaxed SIMD fma/fms instructions
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 22 20:43:16 PDT 2021
aheejin accepted this revision.
aheejin added inline comments.
================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td:14
// Instructions requiring HasSIMD128 and the simd128 prefix byte
+multiclass ABSTRACT_SIMD_I<dag oops_r, dag iops_r, dag oops_s, dag iops_s,
----------------
It looks we need to fix the comment too
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110295/new/
https://reviews.llvm.org/D110295
More information about the llvm-commits
mailing list