[all-commits] [llvm/llvm-project] 4b2fd1: [InstCombine] add test for umax/umin intrinsic dem...

RotateRight via All-commits all-commits at lists.llvm.org
Thu Aug 12 09:44:29 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b2fd1149d99b5a423a167dd539cd653dea1d0d4
      https://github.com/llvm/llvm-project/commit/4b2fd1149d99b5a423a167dd539cd653dea1d0d4
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-08-12 (Thu, 12 Aug 2021)

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

  Log Message:
  -----------
  [InstCombine] add test for umax/umin intrinsic demanded bits; NFC


  Commit: 790c29ab86d3c2e46a228ac32e3d10e18afd4d65
      https://github.com/llvm/llvm-project/commit/790c29ab86d3c2e46a228ac32e3d10e18afd4d65
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-08-12 (Thu, 12 Aug 2021)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
    M llvm/test/Transforms/InstCombine/minmax-intrinsics.ll

  Log Message:
  -----------
  [InstCombine] fold umax/umin intrinsics based on demanded bits

This is a direct translation of the select folds added with
D53033 / D53036 and another step towards canonicalization
using the intrinsics (see D98152).


Compare: https://github.com/llvm/llvm-project/compare/467525bd0794...790c29ab86d3


More information about the All-commits mailing list