[all-commits] [llvm/llvm-project] a1eb15: [flang] Use mlir::OpState::operator->() to get to ...

Christian Sigg via All-commits all-commits at lists.llvm.org
Mon Dec 14 11:05:27 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a1eb154421a00d62f3a25057d262e1cac747e266
      https://github.com/llvm/llvm-project/commit/a1eb154421a00d62f3a25057d262e1cac747e266
  Author: Christian Sigg <csigg at google.com>
  Date:   2020-12-14 (Mon, 14 Dec 2020)

  Changed paths:
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/include/flang/Optimizer/Dialect/FIROpsSupport.h
    M flang/lib/Lower/CharacterRuntime.cpp
    M flang/lib/Lower/IO.cpp
    M flang/lib/Lower/IntrinsicCall.cpp
    M flang/lib/Lower/OpenACC.cpp
    M flang/lib/Optimizer/Dialect/FIROps.cpp
    M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
    M mlir/test/mlir-tblgen/op-attribute.td
    M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
    M mlir/unittests/Pass/PassManagerTest.cpp

  Log Message:
  -----------
  [flang] Use mlir::OpState::operator->() to get to methods of mlir::Operation.

This is a preparation step to remove those methods from OpState.

Reviewed By: ftynse

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




More information about the All-commits mailing list