[all-commits] [llvm/llvm-project] 973c35: [TableGen] Make CodeGenDAGPatterns::getSDNodeNamed...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Jan 7 14:25:36 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 973c35d3384ace023000eb44442f86a2543ab9eb
https://github.com/llvm/llvm-project/commit/973c35d3384ace023000eb44442f86a2543ab9eb
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-01-07 (Thu, 07 Jan 2021)
Changed paths:
M llvm/utils/TableGen/CodeGenDAGPatterns.cpp
M llvm/utils/TableGen/CodeGenDAGPatterns.h
Log Message:
-----------
[TableGen] Make CodeGenDAGPatterns::getSDNodeNamed take a StringRef instead of const std::string &.
All callers use a string literal and the getDef method the string
is passed to already takes a StringRef.
More information about the All-commits
mailing list