Skip to content
Commit 37eb422f authored by Tobias Grosser's avatar Tobias Grosser
Browse files

Add polyhedral dead code elimination.



This pass eliminates loop iterations that compute results that are not used
later on. This can help e.g. in D, where the default zero-initialization is
often unnecessary if right after new values are assigned to an array.

Contributed-by: default avatarPeter Conn <conn.peter@gmail.com>
llvm-svn: 201817
parent 3fc9154c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment