This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fcc236c2688 [AMDGPU] Pre-allocate WWM registers to reduce VGPR pressure. new cef44950115 [Tests] Add tests for a possible loop predication transform [...] new aa5782c6300 [Tests] Autogen all the LoopPredication tests
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: test/Transforms/LoopPredication/basic.ll | 1016 +++++++++++++++----- .../basic_widenable_branch_guards.ll | 440 ++++++++- test/Transforms/LoopPredication/invariant_load.ll | 247 +++++ test/Transforms/LoopPredication/nested.ll | 228 ++++- test/Transforms/LoopPredication/profitability.ll | 90 +- test/Transforms/LoopPredication/reverse.ll | 235 ++++- test/Transforms/LoopPredication/visited.ll | 141 ++- test/Transforms/LoopPredication/widened.ll | 150 ++- 8 files changed, 2159 insertions(+), 388 deletions(-) create mode 100644 test/Transforms/LoopPredication/invariant_load.ll