This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f8faafd0e54 [DWARF] Allow duplication of tails with CFI instructions new 8ff1aed7d4c [Lint] Upgrade uses of MemoryIntrinic::getAlignment() to ne [...] new 99a8ae2d400 [Hexagon] Only process bitcasts of vsplats when selecting c [...]
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: lib/Analysis/Lint.cpp | 10 ++-- lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp | 7 ++- test/Analysis/Lint/memintrin.ll | 61 ++++++++++++++++++++++ .../Hexagon/autohvx/isel-const-splat-bitcast.ll | 37 +++++++++++++ 4 files changed, 109 insertions(+), 6 deletions(-) create mode 100644 test/Analysis/Lint/memintrin.ll create mode 100644 test/CodeGen/Hexagon/autohvx/isel-const-splat-bitcast.ll