[all-commits] [llvm/llvm-project] 57f4dc: [InstCombine] Add sub(add(x, y), minmax(x, y)) -> max...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Apr 8 09:03:39 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 57f4dcfe154fb55eebab3039ab9e4b62ab959a31
      https://github.com/llvm/llvm-project/commit/57f4dcfe154fb55eebab3039ab9e4b62ab959a31
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-04-08 (Fri, 08 Apr 2022)

  Changed paths:
    M llvm/test/Transforms/InstCombine/sub-minmax.ll

  Log Message:
  -----------
  [InstCombine] Add sub(add(x,y),minmax(x,y)) -> maxmin(x,y) tests

Based on Issue #37628




More information about the All-commits mailing list