[PATCH] D101805: [WebAssembly] Add codegen test for wasm_simd128.h
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 4 14:59:04 PDT 2021
dblaikie added a comment.
how's the runtime of this test compared to others in clang? Is it worth splitting it up to improve test execution parallelism? (I'm guessing /probably not/ (guess while the file is long, it's relatively simple for the compiler compared to some other non-trivial template recursion tests, etc), but wanted to check)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101805/new/
https://reviews.llvm.org/D101805
More information about the cfe-commits
mailing list