[all-commits] [llvm/llvm-project] 0bc3e2: [InstCombine] Remove SPF factorizeMinMaxTree() (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Feb 28 01:22:21 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0bc3e233d74bfe2f6df47719cccb1662becc5c29
      https://github.com/llvm/llvm-project/commit/0bc3e233d74bfe2f6df47719cccb1662becc5c29
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-02-28 (Mon, 28 Feb 2022)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp

  Log Message:
  -----------
  [InstCombine] Remove SPF factorizeMinMaxTree() (NFC)

SPF integer min/max is canonicalized to min/max intrinsics before
this code is reached, so this should be entirely NFC.




More information about the All-commits mailing list