Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

Assertion `SE.DT->dominates(Ret, BIP)' failed #14909

Closed Quuxplusone closed 11 years ago

Quuxplusone commented 11 years ago
Bugzilla Link PR14909
Status RESOLVED DUPLICATE of bug 15413
Importance P enhancement
Reported by Jörg Sonnenberger (joerg@NetBSD.org)
Reported on 2013-01-10 17:21:53 -0800
Last modified on 2013-03-26 12:16:20 -0700
Version trunk
Hardware PC Linux
CC atrick@apple.com, benny.kra@gmail.com, llvm-bugs@lists.llvm.org, nadav.rotem@me.com, rafael@espindo.la
Fixed by commit(s)
Attachments test.c (579 bytes, text/x-csrc)
test.ll (4239 bytes, application/octet-stream)
Blocks
Blocked by
See also
Created attachment 9860
Test case

Test case attached. clang -O3 to it fail.
Quuxplusone commented 11 years ago

This is triggered by the loop vectorizier, though the bug may lie elsewhere.

Quuxplusone commented 11 years ago

Note to self: this is lang/rexx-regina.

Quuxplusone commented 11 years ago

Attached test.c (579 bytes, text/x-csrc): Test case

Quuxplusone commented 11 years ago

Attached test.ll (4239 bytes, application/octet-stream): il testcase

Quuxplusone commented 11 years ago

_This bug has been marked as a duplicate of bug 15413_

Quuxplusone commented 11 years ago

This is fixed with my patch for 15413. It's been out for review for a while. If it's not committed this week please ping me.