[all-commits] [llvm/llvm-project] 34eee5: [Flang] Remove kind from CountOp (#75466)

David Green via All-commits all-commits at lists.llvm.org
Fri Dec 15 01:32:05 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 34eee5d64703a1d258f85b0c14e14c5a52f28eed
      https://github.com/llvm/llvm-project/commit/34eee5d64703a1d258f85b0c14e14c5a52f28eed
  Author: David Green <david.green at arm.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
    M flang/include/flang/Optimizer/HLFIR/HLFIROps.td
    M flang/lib/Lower/HlfirIntrinsics.cpp
    M flang/lib/Optimizer/HLFIR/Transforms/LowerHLFIRIntrinsics.cpp
    M flang/test/HLFIR/count-lowering-default-int-kinds.fir
    M flang/test/HLFIR/count-lowering.fir
    M flang/test/Lower/HLFIR/count.f90

  Log Message:
  -----------
  [Flang] Remove kind from CountOp (#75466)

The kind is already represented in the return type of the operation.
Like we did for minloc, this removes the kind parameter from CountOp.




More information about the All-commits mailing list