[all-commits] [llvm/llvm-project] 9faaed: [flang][NFC] Fix fir::ConvertOp description

PeixinQiao via All-commits all-commits at lists.llvm.org
Mon Oct 10 18:26:19 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9faaed39665f1129c4f81ec06d6f368bdca03553
      https://github.com/llvm/llvm-project/commit/9faaed39665f1129c4f81ec06d6f368bdca03553
  Author: Peixin-Qiao <qiaopeixin at huawei.com>
  Date:   2022-10-11 (Tue, 11 Oct 2022)

  Changed paths:
    M flang/include/flang/Optimizer/Dialect/FIROps.td

  Log Message:
  -----------
  [flang][NFC] Fix fir::ConvertOp description

According to the support of fir::ConvertOp conversion in CodeGen.cpp,
it also supports integer to pointer conversion and pointer to integer
conversion. The entity can be array, and the conversion type can be
pointer to array.

Reviewed By: jeanPerier

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




More information about the All-commits mailing list