LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 831 - indvars pass asserts with recent patch
Summary: indvars pass asserts with recent patch
Status: RESOLVED FIXED
Alias: None
Product: libraries
Classification: Unclassified
Component: Scalar Optimizations (show other bugs)
Version: trunk
Hardware: All All
: P normal
Assignee: Owen Anderson
URL:
Keywords: compile-fail
Depends on:
Blocks:
 
Reported: 2006-07-13 14:01 PDT by Chris Lattner
Modified: 2010-02-22 12:41 PST (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments
testcase (306 bytes, application/octet-stream)
2006-07-13 14:03 PDT, Chris Lattner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Lattner 2006-07-13 14:01:59 PDT
The recent change to indvars caused many failures, e.g.:
 http://llvm.cs.uiuc.edu/testresults/SPARC/2006-07-13.html

I'm attaching one bugpoint reduced testcase.

-Chris
Comment 1 Chris Lattner 2006-07-13 14:03:13 PDT
Created attachment 363 [details]
testcase

opt bugpoint-reduced-simplified.bc -indvars

crashes.  I'm disabling the patch in CVS, so there is no totally urgent need to
fix this immediately.
Comment 2 Chris Lattner 2006-07-20 14:19:28 PDT
This is fixed, right?