This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5cc2236f0f1 [Support] - Add bad alloc error handler for handling alloca [...] new c3676c8ea95 [Hexagon] Do not rely on callee-saved info in hasFP new 2d2fec383bb [LoopUnrollRuntime] Avoid multi-exit nested loop with epilo [...] new 75890a7f285 [X86][LLVM]Expanding Supports lowerInterleavedStore() in X8 [...]
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/Target/Hexagon/HexagonFrameLowering.cpp | 14 +- lib/Target/Hexagon/HexagonISelLowering.cpp | 9 +- lib/Transforms/Utils/LoopUnrollRuntime.cpp | 12 +- test/CodeGen/Hexagon/hasfp-crash1.ll | 82 ++++++++ test/CodeGen/Hexagon/hasfp-crash2.ll | 83 ++++++++ test/CodeGen/X86/x86-interleaved-access.ll | 211 ++++++++++++++------- .../LoopUnroll/runtime-loop-multiple-exits.ll | 44 +++++ 7 files changed, 372 insertions(+), 83 deletions(-) create mode 100644 test/CodeGen/Hexagon/hasfp-crash1.ll create mode 100644 test/CodeGen/Hexagon/hasfp-crash2.ll