diff options
author | Matthias Braun <matze@braunis.de> | 2016-05-06 22:43:50 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2016-05-06 22:43:50 +0000 |
commit | 22152acf7b5d05bea25672cf5eb287893f85fa41 (patch) | |
tree | b63055c92cb79b4cc8fda611ccd4988f6112a62a /llvm/lib/Bitcode | |
parent | 8f429ead58999e584d6857ebc334564f88489de0 (diff) | |
download | bcm5719-llvm-22152acf7b5d05bea25672cf5eb287893f85fa41.tar.gz bcm5719-llvm-22152acf7b5d05bea25672cf5eb287893f85fa41.zip |
DetectDeadLanes: Increase precision when detecting undef inputs
In case of COPY-like instruction we may be able to deduce that a certain
input is unused, based on the used lanes of the register defined by the
instruction.
This even works accross otherwise incompatible copies (no need to have
compatible lanemasks, completely unused operands are still completely
unused). It even makes sense to redo the analysis in this case since we
gained information for a case we previously stopped at because of the
incompatible masks.
llvm-svn: 268815
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions