Skip to content
Unverified Commit 2c0ce872 authored by Steven Perron's avatar Steven Perron Committed by GitHub
Browse files

Vector DCE (#1512)

Introduce a pass that does a DCE type analysis for vector elements
instead of the whole vector as a single element.

It will then rewrite instructions that are not used with something else.
For example, an instruction whose value are not used, even though it is
referenced, is replaced with an OpUndef.
parent 7a592835
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment