[all-commits] [llvm/llvm-project] d5ea3b: [InstCombine] Remove sub of SPF min/max fold (NFCI)

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


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

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

  Log Message:
  -----------
  [InstCombine] Remove sub of SPF min/max fold (NFCI)

This isn't necessary anymore, now that we canonicalize SPF min/max
to intrinsics. Might not be strictly NFC due to worklist order
changes.




More information about the All-commits mailing list