[PATCH] D88591: [WebAssembly] Emulate v128.const efficiently
Stefan Pintilie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 2 09:34:49 PDT 2020
stefanp added a comment.
I can confirm that this changeset is causing the timeout on the `clang-ppc64be-linux` buildbot.
The following was run on a Big Endian Power PC machine.
Without the change:
$ ./bin/llvm-lit test/CodeGen/WebAssembly/simd-build-vector.ll
-- Testing: 1 tests, 1 workers --
PASS: LLVM :: CodeGen/WebAssembly/simd-build-vector.ll (1 of 1)Testing Time: 0.31s
Passed: 1
With the change (I killed it after 200 seconds)
$ ./bin/llvm-lit test/CodeGen/WebAssembly/simd-build-vector.ll
-- Testing: 1 tests, 1 workers --
^C interrupted by user, skipping remaining testsTesting Time: 201.41s
Skipped: 1
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88591/new/
https://reviews.llvm.org/D88591
More information about the llvm-commits
mailing list