[all-commits] [llvm/llvm-project] 0b96d2: [SPIRV] Use StringRef instead of std::string (NFC)...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sat May 3 10:13:08 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b96d22f95eeef00ec40723f0d59ccb4389dc1b6
https://github.com/llvm/llvm-project/commit/0b96d22f95eeef00ec40723f0d59ccb4389dc1b6
Author: Kazu Hirata <kazu at google.com>
Date: 2025-05-03 (Sat, 03 May 2025)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
Log Message:
-----------
[SPIRV] Use StringRef instead of std::string (NFC) (#138408)
We can use StringRef for PassPrefix because it is used only with
StringRef::starts_with.
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