Files
clang-p2996/llvm/lib/Target/SPIRV/SPIRVCommandLine.cpp
Kazu Hirata 71f82bba35 [SPIRV] Use heterogenous lookups with std::map (NFC) (#115425)
Heterogenous lookups allow us to call find with StringRef, avoiding a
temporary heap allocation of std::string.
2024-11-08 07:33:30 -08:00

5.6 KiB