[all-commits] [llvm/llvm-project] 5a2a51: [CmpInstAnalysis] Canonicalize to lt predicate (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Oct 2 03:03:21 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a2a51bae4fb39d130ec671fecbe50e0adf3e330
      https://github.com/llvm/llvm-project/commit/5a2a51bae4fb39d130ec671fecbe50e0adf3e330
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2024-10-02 (Wed, 02 Oct 2024)

  Changed paths:
    M llvm/lib/Analysis/CmpInstAnalysis.cpp

  Log Message:
  -----------
  [CmpInstAnalysis] Canonicalize to lt predicate (NFC)

Reduce the number of cases we have to handle by a factor of two
by inverting the predicate such that we get an lt/le rather than
gt/ge predicate.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list