[all-commits] [llvm/llvm-project] b40300: ConstRange: factor and introduce splitPosNeg (NFC)...

Ramkumar Ramachandra via All-commits all-commits at lists.llvm.org
Sat Feb 15 09:25:24 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b4030040359656ed20cb29de7b3912b6b249e98e
      https://github.com/llvm/llvm-project/commit/b4030040359656ed20cb29de7b3912b6b249e98e
  Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
  Date:   2025-02-15 (Sat, 15 Feb 2025)

  Changed paths:
    M llvm/include/llvm/IR/ConstantRange.h
    M llvm/lib/IR/ConstantRange.cpp
    M llvm/unittests/IR/ConstantRangeTest.cpp

  Log Message:
  -----------
  ConstRange: factor and introduce splitPosNeg (NFC) (#126528)

Factor out some code that splits a ConstantRange into positive and
negative components, introducing ConstantRange::splitPosNeg.



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