Skip to content
Commit a320abc4 authored by Evan Cheng's avatar Evan Cheng
Browse files

Turn a VAND into a VECTOR_SHUFFLE is applicable.

DAG combiner can turn a VAND V, <-1, 0, -1, -1>, i.e. vector clear elements,
into a vector shuffle with a zero vector. It only does so when TLI tells it
the xform is profitable.

llvm-svn: 27874
parent 8d6c229f
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