[all-commits] [llvm/llvm-project] 6e3dcd: [flang] Do not omit fir.ref in getTypeAsString

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Tue May 23 15:07:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6e3dcd350d990947ecbb3f03b17c95181bdad529
      https://github.com/llvm/llvm-project/commit/6e3dcd350d990947ecbb3f03b17c95181bdad529
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-05-23 (Tue, 23 May 2023)

  Changed paths:
    M flang/include/flang/Optimizer/Dialect/FIRType.h
    M flang/lib/Optimizer/Dialect/FIRType.cpp
    M flang/test/Lower/OpenACC/acc-loop.f90
    M flang/test/Lower/OpenACC/acc-parallel-loop.f90
    M flang/test/Lower/OpenACC/acc-parallel.f90
    M flang/test/Lower/OpenACC/acc-serial-loop.f90
    M flang/test/Lower/OpenACC/acc-serial.f90
    M flang/unittests/Optimizer/FIRTypesTest.cpp

  Log Message:
  -----------
  [flang] Do not omit fir.ref in getTypeAsString

Do not omit fir.ref when creating the string representation to we can
have different representation for `!fir.ref<i32>` and `i32`.

Reviewed By: razvanlupusoru

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




More information about the All-commits mailing list