This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b24d041bc8b [X86][BTVER2] Fix throughput of YMM bitwise instructions new c796919b068 [Hexagon] Handle VACOPY in isel lowering new 1629c23be73 [PatternMatch, InstSimplify] fix m_NaN to work with vector [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/Constant.h | 4 ++++ include/llvm/IR/PatternMatch.h | 2 +- lib/Analysis/InstructionSimplify.cpp | 15 ++++++--------- lib/IR/Constants.cpp | 13 +++++++++++++ lib/Target/Hexagon/HexagonISelLowering.cpp | 1 + test/CodeGen/Hexagon/isel-vacopy.ll | 18 ++++++++++++++++++ 6 files changed, 43 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/Hexagon/isel-vacopy.ll