[all-commits] [llvm/llvm-project] 6a65b4: [UTC] Don't leave dangling CHECK-SAME when removin...
Henrik G. Olsson via All-commits
all-commits at lists.llvm.org
Wed Feb 28 17:08:48 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a65b44322ee7ba816283c31f8d71559592ca5e7
https://github.com/llvm/llvm-project/commit/6a65b44322ee7ba816283c31f8d71559592ca5e7
Author: Henrik G. Olsson <hnrklssn at gmail.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
A llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/global_remove_same.ll
A llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/global_remove_same.ll.expected
A llvm/test/tools/UpdateTestChecks/update_test_checks/global_remove_same.test
M llvm/utils/UpdateTestChecks/common.py
M llvm/utils/update_test_checks.py
Log Message:
-----------
[UTC] Don't leave dangling CHECK-SAME when removing CHECK lines (#82569)
When removing only lines that are global value CHECK lines, a related
CHECK-SAME line could be left dangling without a previous line to belong
to.
Resolves #78517
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