[all-commits] [llvm/llvm-project] f7de5b: [Test] Add test for PR60234

Max Kazantsev via All-commits all-commits at lists.llvm.org
Mon Jan 23 04:38:38 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f7de5bb9e893193bf3d7a8e2d952d85a5c9939e8
      https://github.com/llvm/llvm-project/commit/f7de5bb9e893193bf3d7a8e2d952d85a5c9939e8
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
    A llvm/test/Transforms/GuardWidening/pr60234.ll

  Log Message:
  -----------
  [Test] Add test for PR60234

https://github.com/llvm/llvm-project/issues/60234 explains how widening
of a branch by loop-invariant condition is causing a miscompile.


  Commit: f6706e3c9e5a091b7438e89cd92d6f5277da58d2
      https://github.com/llvm/llvm-project/commit/f6706e3c9e5a091b7438e89cd92d6f5277da58d2
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
    A llvm/test/Transforms/GuardWidening/loop_invariant_widenable_condition.ll

  Log Message:
  -----------
  [Test] Add test exercising scenarios of widening into loop-invariant condition


Compare: https://github.com/llvm/llvm-project/compare/3bd77c2dc893...f6706e3c9e5a


More information about the All-commits mailing list