This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dba9146 IR: New representation for CFI and virtual call optimization [...] new cb2753f [IndVarSimplify] Run clang-format over some oddly formatted bits new 99719f4 [Hexagon] Simplify (+fix) instruction selection for indexed l [...] new d9ae082 Fix documentation for FindAvailableLoadedValue.
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: include/llvm/Analysis/Loads.h | 40 ++- lib/Analysis/Loads.cpp | 19 -- lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 469 ++++++++++------------------- lib/Transforms/Scalar/IndVarSimplify.cpp | 31 +- test/CodeGen/Hexagon/vload-postinc-sel.ll | 52 ++++ 5 files changed, 253 insertions(+), 358 deletions(-) create mode 100644 test/CodeGen/Hexagon/vload-postinc-sel.ll