Transform end of loop conditions to min_expr
Registered by
Ramana Radhakrishnan
The fundamental idea is to convert an end of loop computation of the form i < x && i < y into i < min (x, y) especially where x and y are invariant. Doing this before the vectorizer in the optimization pipeline would mean that such loops can also be vectorized.
A couple of suggestions for this were to do it in tree-ssa-fwprop.c or tree-ssa-
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- None
- Implementation:
- Informational
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
http://
[2013-05-28 matthew-
(?)