This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 69d22499d3e [X86] Add GPR<->XMM Schedule Tags new a3fda621398 Reverted r332654 as it has broken some buildbots and left u [...] new d5b9305f2a3 [Hexagon] Generate post-increment for floating point types
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/Target/Hexagon/HexagonISelDAGToDAG.cpp | 4 + lib/Target/Hexagon/HexagonISelLowering.cpp | 9 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 2 + lib/Transforms/Vectorize/CMakeLists.txt | 2 - .../Vectorize/LoopVectorizationPlanner.h | 101 +------ lib/Transforms/Vectorize/LoopVectorize.cpp | 54 +--- lib/Transforms/Vectorize/VPlan.h | 144 ++-------- lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp | 320 --------------------- lib/Transforms/Vectorize/VPlanHCFGBuilder.h | 55 ---- lib/Transforms/Vectorize/VPlanValue.h | 35 +-- lib/Transforms/Vectorize/VPlanVerifier.cpp | 125 -------- lib/Transforms/Vectorize/VPlanVerifier.h | 44 --- test/CodeGen/Hexagon/postinc-float.ll | 86 ++++++ test/CodeGen/Hexagon/swp-memrefs-epilog.ll | 3 +- 14 files changed, 140 insertions(+), 844 deletions(-) delete mode 100644 lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp delete mode 100644 lib/Transforms/Vectorize/VPlanHCFGBuilder.h delete mode 100644 lib/Transforms/Vectorize/VPlanVerifier.cpp delete mode 100644 lib/Transforms/Vectorize/VPlanVerifier.h create mode 100644 test/CodeGen/Hexagon/postinc-float.ll