[all-commits] [llvm/llvm-project] 4cf128: [NFC][AMDGPU] Use C++17 structured bindings as muc...

Shilei Tian via All-commits all-commits at lists.llvm.org
Mon Oct 28 10:56:18 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4cf128512be5d7e41d8b8b5a12eec47a64af36ea
      https://github.com/llvm/llvm-project/commit/4cf128512be5d7e41d8b8b5a12eec47a64af36ea
  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 (#113939)

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