Closed
Description
Bugzilla Link | 1261 |
Resolution | FIXED |
Resolved on | Jul 22, 2014 09:30 |
Version | trunk |
OS | All |
Attachments | the ll file, The output file |
Reporter | LLVM Bugzilla Contributor |
Extended Description
I found an error in instcombine pass. Please look at the b.ll file attached. At
line 956, the extension operation is sext. After instcombine, it has been
changed to zext which causes semantic errors.