[all-commits] [llvm/llvm-project] 1b79ef: [mlir] Fix printing of EmitC attrs/types with esca...

Simon Camphausen via All-commits all-commits at lists.llvm.org
Wed Sep 15 11:18:06 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b79efdc72e640fb7a70e5974d0e7352d72ce997
      https://github.com/llvm/llvm-project/commit/1b79efdc72e640fb7a70e5974d0e7352d72ce997
  Author: Simon Camphausen <simon.camphausen at iml.fraunhofer.de>
  Date:   2021-09-15 (Wed, 15 Sep 2021)

  Changed paths:
    M mlir/lib/Dialect/EmitC/IR/EmitC.cpp
    A mlir/test/Dialect/EmitC/attrs.mlir
    M mlir/test/Dialect/EmitC/types.mlir
    A mlir/test/Target/Cpp/attrs.mlir
    A mlir/test/Target/Cpp/types.mlir

  Log Message:
  -----------
  [mlir] Fix printing of EmitC attrs/types with escape characters

Attributes and types were not escaped when printing.

Reviewed By: jpienaar, marbre

Differential Revision: https://reviews.llvm.org/D109143




More information about the All-commits mailing list