[all-commits] [llvm/llvm-project] c5f402: [NFC][AMDGPU] Use C++17 structured bindings as muc...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Mon Oct 28 10:26:16 PDT 2024
Branch: refs/heads/users/shiltian/tie-to-binding
Home: https://github.com/llvm/llvm-project
Commit: c5f4029be57eea99a2044e800da8f8e97d84907c
https://github.com/llvm/llvm-project/commit/c5f4029be57eea99a2044e800da8f8e97d84907c
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