[PATCH] D93771: [WebAssembly][NFC] Finish cleaning up SIMD tablegen
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 23 23:04:47 PST 2020
aheejin accepted this revision.
aheejin added a comment.
This revision is now accepted and ready to land.
Thanks for the explanation! LGTM % the alignment nit
================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td:525-529
+ (outs), (ins),
+ [(set (vec.vt V128:$dst),
+ (vec.splat vec.lane_rc:$x))],
+ vec.prefix#".splat\t$dst, $x", vec.prefix#".splat",
+ simdop>;
----------------
aheejin wrote:
>
ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93771/new/
https://reviews.llvm.org/D93771
More information about the llvm-commits
mailing list