summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2016-05-06 22:43:50 +0000
committerMatthias Braun <matze@braunis.de>2016-05-06 22:43:50 +0000
commit22152acf7b5d05bea25672cf5eb287893f85fa41 (patch)
treeb63055c92cb79b4cc8fda611ccd4988f6112a62a /llvm/lib/Bitcode
parent8f429ead58999e584d6857ebc334564f88489de0 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud