[all-commits] [llvm/llvm-project] 437765: [Metadata] Try to merge the first and last ranges....
DianQK via All-commits
all-commits at lists.llvm.org
Sun Aug 4 01:45:31 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4377656f2419a8eb18c01e86929b689dcf22b5d6
https://github.com/llvm/llvm-project/commit/4377656f2419a8eb18c01e86929b689dcf22b5d6
Author: DianQK <dianqk at dianqk.net>
Date: 2024-08-04 (Sun, 04 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.
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