[all-commits] [llvm/llvm-project] e36d10: [Test] Add test with inverted branch

max-azul via All-commits all-commits at lists.llvm.org
Fri Nov 13 00:52:54 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e36d101fdbb0214a37bc3cd438e7a72c9cff6983
      https://github.com/llvm/llvm-project/commit/e36d101fdbb0214a37bc3cd438e7a72c9cff6983
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M llvm/test/Transforms/IndVarSimplify/predicated_ranges.ll

  Log Message:
  -----------
  [Test] Add test with inverted branch


  Commit: 9224d322a27fa383d9c33d4eee4d8aa7842a939b
      https://github.com/llvm/llvm-project/commit/9224d322a27fa383d9c33d4eee4d8aa7842a939b
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
    M llvm/test/Transforms/IndVarSimplify/predicated_ranges.ll

  Log Message:
  -----------
  [IndVars] Fix branches exiting by true with invariant conditions

Forgot to invert the condition for them.


Compare: https://github.com/llvm/llvm-project/compare/4a771108ac5c...9224d322a27f


More information about the All-commits mailing list