[all-commits] [llvm/llvm-project] ad48fc: [InstCombine] add/move tests for sub-of-umax; NFC

RotateRight via All-commits all-commits at lists.llvm.org
Tue Nov 9 08:05:11 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ad48fc35e2dcc58c024e8971e307b07ada46d547
      https://github.com/llvm/llvm-project/commit/ad48fc35e2dcc58c024e8971e307b07ada46d547
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-11-09 (Tue, 09 Nov 2021)

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

  Log Message:
  -----------
  [InstCombine] add/move tests for sub-of-umax; NFC


  Commit: baa6a851308dceca141a191847bc6e1a526eea17
      https://github.com/llvm/llvm-project/commit/baa6a851308dceca141a191847bc6e1a526eea17
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-11-09 (Tue, 09 Nov 2021)

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

  Log Message:
  -----------
  [InstCombine] allow commute in sub-of-umax fold

This fold was added with:
83c2fb9f66be
...but missed the commuted pattern:
https://alive2.llvm.org/ce/z/_tYEGy


Compare: https://github.com/llvm/llvm-project/compare/b1c9d3d29a1e...baa6a851308d


More information about the All-commits mailing list