https://bugs.llvm.org/show_bug.cgi?id=44954
Bug ID: 44954
Summary: Crash in SLP Vectorizer
Product: new-bugs
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedb...@nondot.org
Reporter: cl...@evan.coeusgroup.com
CC: htmldevelo...@gmail.com, llvm-bugs@lists.llvm.org
Created attachment 23139
--> https://bugs.llvm.org/attachment.cgi?id=23139&action=edit
clang output, including backtrace
When attempting to compile libaom with emscripten using SIMDe
(<https://github.com/nemequ/simde/>), the compiler crashes in the SLP
Vectorizer. I managed to reduce the test case to a manageable size, and after
reporting it to emscripten
(<https://github.com/emscripten-core/emscripten/issues/10425>) they said the
bug appears to not to be specific to emscripten and should be reported to LLVM,
so here it is.
You can find the non-preprocessed test case as well as details on how to
reproduce in emscripten (basically, -O2 -s SIMD=1) on the emscripten bug
report, which may be helpful; it's pretty small, and only pulls in stddef.h,
stdint.h, and string.h.
I'll attach the preprocessed source and script generated by clang, as well as
the full clang output (including the backtrace).
Please let me know if you need any additional information.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs