This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7393ed5 [LoopVectorize] Don't copy std::vector in for-range loop. new 4307374 [Hexagon] Improvements to handling and generation of FP instructions
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/HexagonISelLowering.cpp | 7 ++ lib/Target/Hexagon/HexagonISelLowering.h | 6 ++ lib/Target/Hexagon/HexagonInstrInfoV5.td | 109 ++++++++++++++++++++++++----- lib/Target/Hexagon/HexagonRegisterInfo.cpp | 1 + test/CodeGen/Hexagon/float-amode.ll | 89 +++++++++++++++++++++++ test/CodeGen/Hexagon/fminmax.ll | 27 +++++++ test/CodeGen/Hexagon/sffms.ll | 25 +++++++ 7 files changed, 247 insertions(+), 17 deletions(-) create mode 100644 test/CodeGen/Hexagon/float-amode.ll create mode 100644 test/CodeGen/Hexagon/fminmax.ll create mode 100644 test/CodeGen/Hexagon/sffms.ll