[all-commits] [llvm/llvm-project] 239fb2: InstSimplify: Add baseline tests for reported regr...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Aug 31 07:12:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 239fb206de35935416e652b89725d5f3193f78f5
      https://github.com/llvm/llvm-project/commit/239fb206de35935416e652b89725d5f3193f78f5
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-08-31 (Thu, 31 Aug 2023)

  Changed paths:
    M llvm/test/Transforms/InstSimplify/floating-point-compare.ll

  Log Message:
  -----------
  InstSimplify: Add baseline tests for reported regression

Missed a fold after ddb3f12c428bc4bd5a98913d74dfd7f2402bdfd8


  Commit: 0637b00041c7d6a191d51d9966c4f5f41fb97ab5
      https://github.com/llvm/llvm-project/commit/0637b00041c7d6a191d51d9966c4f5f41fb97ab5
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-08-31 (Thu, 31 Aug 2023)

  Changed paths:
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/test/Transforms/InstSimplify/floating-point-compare.ll

  Log Message:
  -----------
  InstSimplify: Use correct interested FP classes when simplifying fcmp

We are interested in the cases that we don't want, so this was
backwards.

Fixes regression reported after ddb3f12c428bc4bd5a98913d74dfd7f2402bdfd8


Compare: https://github.com/llvm/llvm-project/compare/1ae1d7764e54...0637b00041c7


More information about the All-commits mailing list