[PATCH] D58859: [WebAssembly] Expand operations not supported by SIMD
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 1 17:14:55 PST 2019
aheejin accepted this revision.
aheejin added a comment.
This revision is now accepted and ready to land.
> The tests check that the scalar version of the instruction
is used where applicable, although some expansions do not use the
scalar version.
By skimming the tests, all are using their respective scalar versions.. which one does not use its scalar version and what does it use instead? Maybe worth one-line comment for that test (I haven't found which one)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58859/new/
https://reviews.llvm.org/D58859
More information about the llvm-commits
mailing list