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 50 - [mem2reg] Promote mem2reg pass crashes on this input.
Summary: [mem2reg] Promote mem2reg pass crashes on this input.
Status: RESOLVED FIXED
Alias: None
Product: libraries
Classification: Unclassified
Component: Scalar Optimizations (show other bugs)
Version: trunk
Hardware: PC Linux
: P normal
Assignee: Chris Lattner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-18 01:05 PDT by Chris Lattner
Modified: 2010-02-22 12:51 PST (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments
testcase (9.60 KB, text/plain)
2003-10-18 01:07 PDT, Chris Lattner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Lattner 2003-10-18 01:05:36 PDT
This testcase, distilled from a 5MB HDF5 bytecode file causes mem2reg to crash.
Comment 1 Chris Lattner 2003-10-18 01:07:18 PDT
Created attachment 2 [details]
testcase
Comment 2 Chris Lattner 2003-10-18 01:16:54 PDT
This has now been fixed:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20031013/008273.html