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 423 - [anders-aa] Andersen's AA is completely broken in LLVM 1.3
Summary: [anders-aa] Andersen's AA is completely broken in LLVM 1.3
Status: RESOLVED FIXED
Alias: None
Product: libraries
Classification: Unclassified
Component: Interprocedural Analyses (show other bugs)
Version: 1.3
Hardware: All All
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-16 00:42 PDT by Chris Lattner
Modified: 2010-02-22 12:55 PST (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Lattner 2004-08-16 00:42:02 PDT
Unfortunately, anders-aa was completely broken in LLVM 1.3, and wasn't noticed
until after it went out (because it's not used by anything by default).  Here's
a patch that restores it to functionality:

http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040816/017186.html

-Chris
Comment 1 Chris Lattner 2004-08-16 00:42:44 PDT
Fixed, patch here:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040816/017186.html

Testcase here:
test/Regression/Analysis/Andersens/trivialtest.ll

-Chris