[all-commits] [llvm/llvm-project] 6e2afd: [fir][NFC] Update fir.iterate_while op

Eric Schweitz via All-commits all-commits at lists.llvm.org
Wed Sep 29 09:14:26 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6e2afdb7f508a08018def9f3b33179527159be92
      https://github.com/llvm/llvm-project/commit/6e2afdb7f508a08018def9f3b33179527159be92
  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][NFC] Update fir.iterate_while op

Add getFinalValueAttrName() and remove specified number of
inlined elements for SmallVector. This patch is mainly motivated
to help the upstreaming effort.

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

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

Reviewed By: kiranchandramohan

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




More information about the All-commits mailing list