[all-commits] [llvm/llvm-project] 844b53: [MergeFunc] Handle ConstantRange attributes (#88584)

Andreas Jonson via All-commits all-commits at lists.llvm.org
Sat Apr 13 05:31:42 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 844b532713986999aa1ffed0883eff2d1339ec7a
      https://github.com/llvm/llvm-project/commit/844b532713986999aa1ffed0883eff2d1339ec7a
  Author: Andreas Jonson <andjo403 at hotmail.com>
  Date:   2024-04-13 (Sat, 13 Apr 2024)

  Changed paths:
    M llvm/lib/Transforms/Utils/FunctionComparator.cpp
    A llvm/test/Transforms/MergeFunc/call-and-invoke-with-ranges-attr.ll

  Log Message:
  -----------
  [MergeFunc]  Handle ConstantRange attributes (#88584)

It is possible to update
[AttributeImpl::operator<](https://github.com/andjo403/llvm-project/blob/a9da350aadfb5c86d36ae18398471558b22c1309/llvm/lib/IR/Attributes.cpp#L744)
instead but feels strange to say that a range is less then an other
range.



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