[all-commits] [llvm/llvm-project] 1c3deb: [NFC][AMDGPU] Remove an obsolete debug assertion t...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Sat Feb 15 16:37:17 PST 2025
Branch: refs/heads/users/shiltian/remove-obsolete-assertion-trigger
Home: https://github.com/llvm/llvm-project
Commit: 1c3debf12b1ceaf54ee2891e4a5262c76c36ef1e
https://github.com/llvm/llvm-project/commit/1c3debf12b1ceaf54ee2891e4a5262c76c36ef1e
Author: Shilei Tian <i at tianshilei.me>
Date: 2025-02-15 (Sat, 15 Feb 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
Log Message:
-----------
[NFC][AMDGPU] Remove an obsolete debug assertion trigger
The removed code block was previously used to trigger an assertion, which has
since been fixed. However, its presence could cause inconsistent check lines
between debug (or assertion-enabled) builds and release builds. The fact that no
test updates were needed further confirms that this issue no longer exists.
Fixes SWDEV-515712.
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