[all-commits] [llvm/llvm-project] a28896: [fir] Move parser/printer/verifier of fir.string_l...

Eric Schweitz via All-commits all-commits at lists.llvm.org
Wed Sep 29 12:45:34 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a28896ae6ae86ca20027f45a5bd403ca2116da22
      https://github.com/llvm/llvm-project/commit/a28896ae6ae86ca20027f45a5bd403ca2116da22
  Author: Eric Schweitz <eschweitz at nvidia.com>
  Date:   2021-09-29 (Wed, 29 Sep 2021)

  Changed paths:
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/lib/Optimizer/Dialect/FIROps.cpp

  Log Message:
  -----------
  [fir] Move parser/printer/verifier of fir.string_lit and add builders

Move the parser, printer and verifier to the .cpp file. Add builders
needed for lowering.

This patch is part of the upstreaming effort from fir-dev branch.

Reviewed By: schweitz, mehdi_amini

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

Co-authored-by: Valentin Clement <clementval at gmail.com>




More information about the All-commits mailing list