| | | | --- | --- | | Bugzilla Link | [2434](https://llvm.org/bz2434) | | Resolution | FIXED | | Resolved on | Jun 15, 2008 14:09 | | Version | trunk | | OS | MacOS X | | Attachments | [LLVM Assembly test case to reproduce problem. Reduced from 253.perlbmk from the SPEC 2000 suite.](https://user-images.githubusercontent.com/60944935/143737983-3db2c325-d580-46ff-95a8-d90c455a4bc8.gz) | | Reporter | LLVM Bugzilla Contributor | | CC | @sunfishcode | ## Extended Description The Canonicalize Induction Variables (-indvars) pass generates bitcode where instructions are used before they are defined. A reduced testcase is provided.