[all-commits] [llvm/llvm-project] 1069d1: [Metadata] Try to merge the first and last ranges....

DianQK via All-commits all-commits at lists.llvm.org
Mon Aug 5 01:20:55 PDT 2024


  Branch: refs/heads/release/19.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 1069d16a3980111c804ab15ffc4de85c42a7f22a
      https://github.com/llvm/llvm-project/commit/1069d16a3980111c804ab15ffc4de85c42a7f22a
  Author: DianQK <dianqk at dianqk.net>
  Date:   2024-08-05 (Mon, 05 Aug 2024)

  Changed paths:
    M llvm/lib/IR/Metadata.cpp
    A llvm/test/Transforms/GVN/merge-range.ll

  Log Message:
  -----------
  [Metadata] Try to merge the first and last ranges. (#101860)

Fixes #101859.

If we have at least 2 ranges, we have to try to merge the last and first
ones to handle the wrap range.

(cherry picked from commit 4377656f2419a8eb18c01e86929b689dcf22b5d6)



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