Files
clang-p2996/llvm/lib/TargetParser/RISCVISAInfo.cpp
Kazu Hirata 84ff1bda29 [RISCV] Use StringRef in a range-based for loop (NFC) (#144243)
When we iterate over std::vector<std::string>, we can directly assign
each element to StringRef.  We do not need to go through a separate
statement.
2025-06-14 23:23:49 -07:00

35 KiB