[all-commits] [llvm/llvm-project] 1a633e: [flang] Improve compile-time shape conformance che...

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Sep 1 08:52:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a633e72f65df1ca75c0b8f3ab916d025adc36c1
      https://github.com/llvm/llvm-project/commit/1a633e72f65df1ca75c0b8f3ab916d025adc36c1
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M flang/lib/Semantics/expression.cpp
    M flang/test/Semantics/select-rank.f90

  Log Message:
  -----------
  [flang] Improve compile-time shape conformance checking

Conformance checking of the shapes of the operands of
array expressions can't, of course, always be done at
compilation time; but when the shapes are known and
nonconformable, we should catch the errors that we can.

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




More information about the All-commits mailing list