[all-commits] [llvm/llvm-project] ec93c7: Drop some uses of StringLiteral in favor of StringRef

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Sat Feb 8 06:52:01 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ec93c758ced7fa8ae1b5042039dd326ef1db45ef
      https://github.com/llvm/llvm-project/commit/ec93c758ced7fa8ae1b5042039dd326ef1db45ef
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2020-02-08 (Sat, 08 Feb 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Utils/StructuredOpsUtils.h
    M mlir/lib/Dialect/VectorOps/VectorOps.cpp

  Log Message:
  -----------
  Drop some uses of StringLiteral in favor of StringRef

StringRef can be used in constexpr contexts, so StringLiteral isn't
necessary anymore.




More information about the All-commits mailing list