This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c1d17d5 AMDGPU: Don't look at chain users when adjusting writemask new 7af390a [Hexagon] Add intrinsics for masked vector stores new a6cf40b [Support] Re-add the special OSX flags on mmap.
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/IntrinsicsHexagon.td | 45 ++++++++++++++++++++++ lib/Support/Unix/Path.inc | 19 +++++++++ lib/Target/Hexagon/HexagonIntrinsics.td | 19 +++++++++ .../Hexagon/intrinsics/byte-store-double.ll | 41 ++++++++++++++++++++ test/CodeGen/Hexagon/intrinsics/byte-store.ll | 41 ++++++++++++++++++++ 5 files changed, 165 insertions(+) create mode 100644 test/CodeGen/Hexagon/intrinsics/byte-store-double.ll create mode 100644 test/CodeGen/Hexagon/intrinsics/byte-store.ll