This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 05c2cd15d03 [lit] Fix import StringIO errors in Python 3 new 609a5df2257 [Hexagon] Add support for nontemporal loads and stores on HVX
The 1 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/Target/Hexagon/HexagonISelDAGToDAG.cpp | 46 +++++++++++++++++++++--------- lib/Target/Hexagon/HexagonInstrInfo.cpp | 30 ++++++++++++++++++- lib/Target/Hexagon/HexagonPatterns.td | 41 ++++++++++++++++++++++++++ lib/Target/Hexagon/HexagonPseudo.td | 10 +++++++ test/CodeGen/Hexagon/hvx-nontemporal.ll | 28 ++++++++++++++++++ 5 files changed, 140 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/Hexagon/hvx-nontemporal.ll