[all-commits] [llvm/llvm-project] 5bbbd8: [NFC][AMDGPU] Use C++17 structured bindings as muc...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Mon Oct 28 10:18:54 PDT 2024
Branch: refs/heads/users/shiltian/tie-to-binding
Home: https://github.com/llvm/llvm-project
Commit: 5bbbd8f9860c12cd7398bcd4ba81109917d6318a
https://github.com/llvm/llvm-project/commit/5bbbd8f9860c12cd7398bcd4ba81109917d6318a
Author: Shilei Tian <i at tianshilei.me>
Date: 2024-10-28 (Mon, 28 Oct 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Log Message:
-----------
[NFC][AMDGPU] Use C++17 structured bindings as much as possible
This only changes `llvm/lib/Target/AMDGPU/SIISelLowering.cpp`.
There are five uses of `std::tie` remaining because they can't be replaced with
C++17 structured bindings.
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