[all-commits] [llvm/llvm-project] a89b04: [flang][NFC] Use prefixed accessors for fircg dialect

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Mon Oct 3 02:03:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a89b04805aae0b1099dc20a012ebbbaf696c4cce
      https://github.com/llvm/llvm-project/commit/a89b04805aae0b1099dc20a012ebbbaf696c4cce
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-10-03 (Mon, 03 Oct 2022)

  Changed paths:
    M flang/include/flang/Optimizer/CodeGen/CGOps.td
    M flang/lib/Optimizer/CodeGen/CGOps.cpp
    M flang/lib/Optimizer/CodeGen/CodeGen.cpp

  Log Message:
  -----------
  [flang][NFC] Use prefixed accessors for fircg dialect

The raw accessor is going away soon so switch to prefixed accessors in the
fircg dialect. The main dialect was switched some months ago.

https://github.com/llvm/llvm-project/issues/58090

Reviewed By: rriddle

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




More information about the All-commits mailing list