This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 980a21c3065 [GVN] Don't coerce non-integral pointers to integers or vice versa new fe6b2045f82 StructurizeCFG: Directly invert cmp instructions
The 1 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/Transforms/Scalar/StructurizeCFG.cpp | 14 +- test/CodeGen/AMDGPU/loop_break.ll | 2 +- test/CodeGen/AMDGPU/multi-divergent-exit-region.ll | 180 ++++++++++----------- test/CodeGen/AMDGPU/nested-loop-conditions.ll | 23 ++- test/CodeGen/AMDGPU/ret_jump.ll | 2 +- test/Transforms/StructurizeCFG/invert-compare.ll | 60 +++++++ .../StructurizeCFG/one-loop-multiple-backedges.ll | 12 +- .../StructurizeCFG/post-order-traversal-bug.ll | 3 +- 8 files changed, 184 insertions(+), 112 deletions(-) create mode 100644 test/Transforms/StructurizeCFG/invert-compare.ll