[all-commits] [llvm/llvm-project] 5b5ef2: [fir] Add fir.save_result op

Eric Schweitz via All-commits all-commits at lists.llvm.org
Tue Sep 28 02:58:57 PDT 2021


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

  Changed paths:
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/include/flang/Optimizer/Dialect/FIRTypes.td
    M flang/lib/Optimizer/Dialect/FIROps.cpp
    M flang/test/Fir/fir-ops.fir
    M flang/test/Fir/invalid.fir

  Log Message:
  -----------
  [fir] Add fir.save_result op

Add the fir.save_result operation. It is use to save an
array, box, or record function result SSA-value to a memory location

Reviewed By: jeanPerier

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

Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Valentin Clement <clementval at gmail.com>




More information about the All-commits mailing list