-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Not a vector MVT!" clang error with -s SIMD=1 on tot #11176
Comments
nemequ
changed the title
clang error with -s SIMD=1 on tot
"Not a vector MVT!" clang error with -s SIMD=1 on tot
May 17, 2020
cc @tlively |
Thanks for the cc, will investigate. |
Fixed in https://reviews.llvm.org/D80164 |
Our CI is working again now. Thanks @tlively! |
nemequ
added a commit
to nemequ/ci-noise
that referenced
this issue
May 21, 2020
Emscripten has been fixed; see <emscripten-core/emscripten#11176> for details.
nemequ
added a commit
to nemequ/ci-noise
that referenced
this issue
May 21, 2020
Emscripten has been fixed; see <emscripten-core/emscripten#11176> for details.
nemequ
added a commit
to nemequ/ci-noise
that referenced
this issue
May 21, 2020
Emscripten has been fixed; see <emscripten-core/emscripten#11176> for details.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This may belong in llvm/clang, not here. If so, sorry… just let me know and I'll file it there.
We use tot for SIMDe, and today our emscripten builds started failing. Here is an example (including the output from clang with the backtrace): https://travis-ci.org/github/nemequ/simde/jobs/687742400
The problem occurs with
-O3 -s SIMD=1
.I've attached the test case from clang. It's rather large, sorry. I'm running it through C-Reduce now, but it's going very slowly. Once it's done I'll add it if it's any good.
The text was updated successfully, but these errors were encountered: