| Issue |
61554
|
| Summary |
SLP vectorizer miscompile
|
| Labels |
miscompilation,
llvm:SLPVectorizer
|
| Assignees |
|
| Reporter |
d0k
|
https://gist.github.com/d0k/a6541ebfd36ea75db36bf12ac6996ba1
```
$ clang -flto -S -o - -O3 -fno-slp-vectorize 93a9be0cea0a4c8da820b455fb279ece09a5ca70.ll
<lots of code>
```
```
$ clang -flto -S -o - -O3 93a9be0cea0a4c8da820b455fb279ece09a5ca70.ll
define void @__xla__main(ptr nocapture readonly %0) local_unnamed_addr #0 {
unreachable
}
```
I think this started with 93a9be0cea0a4c8da820b455fb279ece09a5ca70, but it's a bit hard to tell now as there are more conflicting changes
@alexey-bataev
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs