[all-commits] [llvm/llvm-project] 122c0e: [TableGen] Use StringRef instead of std::string to...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sat Apr 3 11:54:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 122c0e61f1331f7e6106cdb9dfa95cefad5b3653
https://github.com/llvm/llvm-project/commit/122c0e61f1331f7e6106cdb9dfa95cefad5b3653
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-04-03 (Sat, 03 Apr 2021)
Changed paths:
M llvm/utils/TableGen/CodeGenInstruction.cpp
M llvm/utils/TableGen/CodeGenInstruction.h
Log Message:
-----------
[TableGen] Use StringRef instead of std::string to split up a string that's being parsed. NFCI
More information about the All-commits
mailing list