[all-commits] [llvm/llvm-project] eff28b: [AMDGPU] Use StringRef::consume_back (NFC) (#146194)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Jun 27 22:07:49 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eff28bdd46b1a8463a9cd235fe89f69cf81e24f2
https://github.com/llvm/llvm-project/commit/eff28bdd46b1a8463a9cd235fe89f69cf81e24f2
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
Log Message:
-----------
[AMDGPU] Use StringRef::consume_back (NFC) (#146194)
Note that StringRef::consume_back returns true while consuming the
given prefix if present.
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