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 35876 - Merge r322003 into 6.0 release
Summary: Merge r322003 into 6.0 release
Status: RESOLVED FIXED
Alias: None
Product: new-bugs
Classification: Unclassified
Component: new bugs (show other bugs)
Version: 6.0
Hardware: PC Linux
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords:
Depends on:
Blocks: release-6.0
  Show dependency tree
 
Reported: 2018-01-09 09:10 PST by Nirav Dave
Modified: 2018-01-17 09:48 PST (History)
2 users (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 Nirav Dave 2018-01-09 09:10:13 PST
I'm nominating merging "Teach BaseIndexOffset to correctly handle with indexed operations" for the 6.0.0 branch. 

This is a straightforward bugfix in SelectionDAG's address analysis which was triggered by a post-split commit in trunk.
Comment 1 Hans Wennborg 2018-01-17 08:22:44 PST
Looking at the r322085 thread, it sounds like there are still problems in this area. But maybe r322003 still makes sense to merge? Please let me know.
Comment 2 Nirav Dave 2018-01-17 08:45:58 PST
It's still worth merging; the case that r322003 fixes is should be reachable without it.
Comment 3 Hans Wennborg 2018-01-17 09:48:22 PST
Merged in r322693.