Drop some uses of StringLiteral in favor of StringRef
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 8 Feb 2020 14:45:09 +0000 (15:45 +0100)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 8 Feb 2020 14:51:33 +0000 (15:51 +0100)
commitec93c758ced7fa8ae1b5042039dd326ef1db45ef
tree9e3f2838b0c6234caa99f9b941a42b05a4645a23
parent658495e6ecd4f6e9422307379ce8ea959fea8e8f
Drop some uses of StringLiteral in favor of StringRef

StringRef can be used in constexpr contexts, so StringLiteral isn't
necessary anymore.
mlir/include/mlir/Dialect/Utils/StructuredOpsUtils.h
mlir/lib/Dialect/VectorOps/VectorOps.cpp