[all-commits] [llvm/llvm-project] 5423b0: [InstCombine] Remove not of SPF min/max fold (NFCI)

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Feb 28 02:02:46 PST 2022


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

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

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

This should no longer be necessary now that we canonicalize to
intrinsics. Might not be strictly NFC due to worklist order.




More information about the All-commits mailing list