This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5dfb7d0 [X86] Add SelectionDAG.computeKnownBits test showing inabilit [...] new 17dcd3d Only unswitch loops with uniform conditions new 2af0da9 Store Arguments in a flat array instead of an iplist
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: include/llvm/IR/Argument.h | 14 ++-- include/llvm/IR/Function.h | 24 +++--- include/llvm/Transforms/IPO/PassManagerBuilder.h | 1 + include/llvm/Transforms/Scalar.h | 3 +- lib/IR/Core.cpp | 17 ++--- lib/IR/Function.cpp | 60 +++++++++++---- lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 2 + lib/Transforms/IPO/PassManagerBuilder.cpp | 5 +- lib/Transforms/Scalar/LoopUnswitch.cpp | 23 +++++- .../LoopUnswitch/AMDGPU/divergent-unswitch.ll | 85 ++++++++++++++++++++++ .../LoopUnswitch}/AMDGPU/lit.local.cfg | 0 11 files changed, 184 insertions(+), 50 deletions(-) create mode 100644 test/Transforms/LoopUnswitch/AMDGPU/divergent-unswitch.ll copy test/{Analysis/CostModel => Transforms/LoopUnswitch}/AMDGPU/lit.local.cfg (100%)