Files
clang-p2996/llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Shilei Tian 4cf128512b [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.
2024-10-28 13:55:57 -04:00

626 KiB