[all-commits] [llvm/llvm-project] ae9985: [AMDGPU] Remove a redundant variable (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Jul 23 12:29:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae998555ba7a8c9488bda57320f4b093d2656e78
https://github.com/llvm/llvm-project/commit/ae998555ba7a8c9488bda57320f4b093d2656e78
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-23 (Sat, 23 Jul 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
Log Message:
-----------
[AMDGPU] Remove a redundant variable (NFC)
ArrayRef has operator[], so we don't need to access the contents via
data().
More information about the All-commits
mailing list