[all-commits] [llvm/llvm-project] ba3dbc: Add baseline tests for PR62238

Jun Zhang via All-commits all-commits at lists.llvm.org
Tue May 16 04:16:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ba3dbcc779af271d3dce022af684ecfe7d3e2d78
      https://github.com/llvm/llvm-project/commit/ba3dbcc779af271d3dce022af684ecfe7d3e2d78
  Author: Jun Zhang <jun at junz.org>
  Date:   2023-05-16 (Tue, 16 May 2023)

  Changed paths:
    M llvm/test/Transforms/InstSimplify/select.ll

  Log Message:
  -----------
  Add baseline tests for PR62238

Differential Revision: https://reviews.llvm.org/D150377

Signed-off-by: Jun Zhang <jun at junz.org>


  Commit: a47b56f4ef8355e7c2abf1f10ff2c317d9d6e54a
      https://github.com/llvm/llvm-project/commit/a47b56f4ef8355e7c2abf1f10ff2c317d9d6e54a
  Author: Jun Zhang <jun at junz.org>
  Date:   2023-05-16 (Tue, 16 May 2023)

  Changed paths:
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/test/Transforms/InstSimplify/select.ll

  Log Message:
  -----------
  [Instsimplfy] X == Y ? 0 : X - Y --> X - Y

Alive2: https://alive2.llvm.org/ce/z/rPN1GB
Fixes: https://github.com/llvm/llvm-project/issues/62238

Depends on D150377

Signed-off-by: Jun Zhang <jun at junz.org>

Differential Revision: https://reviews.llvm.org/D150378


Compare: https://github.com/llvm/llvm-project/compare/4af245850545...a47b56f4ef83


More information about the All-commits mailing list