[all-commits] [llvm/llvm-project] 16d24e: [flang] Shape analysis for result of MATMUL

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon Jun 22 09:46:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 16d24e45430c930e8f5f0aedc99b262fcdf35d26
      https://github.com/llvm/llvm-project/commit/16d24e45430c930e8f5f0aedc99b262fcdf35d26
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
    M flang/lib/Evaluate/intrinsics.cpp
    M flang/lib/Evaluate/shape.cpp
    M flang/lib/Semantics/check-call.cpp

  Log Message:
  -----------
  [flang] Shape analysis for result of MATMUL

Implement shape analysis for the result of the MATMUL
generic transformational intrinsic function, based on
the shapes of its arguments.  Correct the names of the
arguments to match the standard, too.

Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D82250




More information about the All-commits mailing list