Go to file
Matthias Braun 22152acf7b 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
2016-05-06 22:43:50 +00:00
clang Fix sysroot-prefix.c on Windows (/ vs \). 2016-05-06 21:17:32 +00:00
clang-tools-extra [Documentation] List Clang-tidy checks alphabetically. 2016-05-05 18:25:53 +00:00
compiler-rt tsan: fix a crash 2016-05-06 19:35:22 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Add erf ported from amd-builtins 2016-05-06 18:02:30 +00:00
libcxx Tweak --param=no_default_flags=true to still add -Ilibcxx/test/support 2016-05-06 21:35:06 +00:00
libcxxabi libc++abi: fix visibility of personalities 2016-05-04 04:22:29 +00:00
libunwind unwind: remove last instance of -Wexpansion-to-defined 2016-04-26 01:11:29 +00:00
lld [ELF][MIPS] Reduce code duplication. NFC 2016-05-06 15:02:54 +00:00
lldb Fix LLDB after removal of PDB_ErrorCode 2016-05-06 21:35:47 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm DetectDeadLanes: Increase precision when detecting undef inputs 2016-05-06 22:43:50 +00:00
openmp [STATS] Use partitioned timer scheme 2016-05-05 16:15:57 +00:00
polly Update to ISL 0.17. 2016-05-04 14:41:36 +00:00