This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d21081d28ad [Hexagon] Remove trailing spaces, NFC new 8a2f52cd96c [Hexagon] Add patterns to select A2_combine_ll and its variants new 67b504e6c00 [Hexagon] Implement buildVector32 and buildVector64 as util [...] new a51f09141c7 IR printing improvement for loop passes
The 3 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/LoopInfo.cpp | 19 ++ lib/Target/Hexagon/HexagonISelLowering.cpp | 274 ++++++++++++++-------------- lib/Target/Hexagon/HexagonISelLowering.h | 5 + lib/Target/Hexagon/HexagonPatterns.td | 10 + test/CodeGen/Hexagon/constp-combine-neg.ll | 3 + test/CodeGen/Hexagon/isel-combine-half.ll | 43 +++++ test/CodeGen/Hexagon/isel-prefer.ll | 2 +- test/CodeGen/Hexagon/vect/vect-cst-v4i32.ll | 3 + test/CodeGen/Hexagon/vect/vect-vsplatb.ll | 8 +- test/Other/loop-pass-printer.ll | 67 +++++++ 10 files changed, 298 insertions(+), 136 deletions(-) create mode 100644 test/CodeGen/Hexagon/isel-combine-half.ll create mode 100644 test/Other/loop-pass-printer.ll