This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bd31482f3c7 AMDGPU: Remove amdgpu-max-work-group-size attribute new ee9bd504013 IR: make getParamByValType Just Work. NFC. new c820be6850e InstCombine: correctly change byval type attribute alongsid [...] new 0a65caa64f7 [LOOPINFO] Extend Loop object to add utilities to get the l [...]
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/LoopInfo.h | 161 ++++ include/llvm/IR/Argument.h | 2 + include/llvm/IR/Function.h | 10 +- include/llvm/IR/InstrTypes.h | 5 +- lib/Analysis/LoopInfo.cpp | 214 ++++++ lib/Bitcode/Reader/BitcodeReader.cpp | 3 +- lib/Bitcode/Writer/ValueEnumerator.cpp | 2 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 3 +- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 4 +- lib/IR/Function.cpp | 4 + lib/Transforms/InstCombine/InstCombineCalls.cpp | 24 +- test/Transforms/InstCombine/byval.ll | 24 + unittests/Analysis/LoopInfoTest.cpp | 900 +++++++++++++++++++++++ 13 files changed, 1343 insertions(+), 13 deletions(-) create mode 100644 test/Transforms/InstCombine/byval.ll