[all-commits] [llvm/llvm-project] 3a2659: [flang] Fold complex component references

Peter Klausler via All-commits all-commits at lists.llvm.org
Wed May 11 10:04:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a26596af3613a2ede294ed017f2c05e48255713
      https://github.com/llvm/llvm-project/commit/3a26596af3613a2ede294ed017f2c05e48255713
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-05-11 (Wed, 11 May 2022)

  Changed paths:
    M flang/include/flang/Evaluate/tools.h
    M flang/include/flang/Evaluate/type.h
    M flang/include/flang/Evaluate/variable.h
    M flang/lib/Evaluate/fold-implementation.h
    M flang/lib/Evaluate/fold-real.cpp
    M flang/lib/Evaluate/tools.cpp
    M flang/lib/Semantics/expression.cpp
    A flang/test/Evaluate/fold-re-im.f90

  Log Message:
  -----------
  [flang] Fold complex component references

Complex component references (z%RE, z%IM) of complex named constants
should be evaluated at compilation time.

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




More information about the All-commits mailing list