[all-commits] [llvm/llvm-project] d9dcc1: [flang][NFC] remove libFortranEvaluate from Optimi...

jeanPerier via All-commits all-commits at lists.llvm.org
Wed Jun 17 01:11:29 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d9dcc11478f5d255db26b8080a86d8eca9fab16e
      https://github.com/llvm/llvm-project/commit/d9dcc11478f5d255db26b8080a86d8eca9fab16e
  Author: jeanPerier <jperier at nvidia.com>
  Date:   2026-06-17 (Wed, 17 Jun 2026)

  Changed paths:
    M flang/include/flang/Lower/CustomIntrinsicCall.h
    M flang/include/flang/Optimizer/Builder/IntrinsicCall.h
    M flang/include/flang/Optimizer/Builder/MIFCommon.h
    M flang/lib/Lower/ConvertCall.cpp
    M flang/lib/Lower/CustomIntrinsicCall.cpp
    M flang/lib/Optimizer/Builder/CMakeLists.txt
    M flang/lib/Optimizer/Builder/CUDAIntrinsicCall.cpp
    M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
    M flang/lib/Optimizer/Builder/PPCIntrinsicCall.cpp
    M flang/lib/Optimizer/Builder/Runtime/Intrinsics.cpp
    M flang/lib/Optimizer/HLFIR/Transforms/CMakeLists.txt
    M flang/lib/Optimizer/Transforms/MIFOpConversion.cpp

  Log Message:
  -----------
  [flang][NFC] remove libFortranEvaluate from Optimizer libraries (#204222)

Replace usages of `AbstractConverter` inside IntrinsicCall.cpp by a
structure that propagates the required option to avoid bringing
libFortranEvaluate as a dependency of libFortranOptimizer while the
Optimizer is not using evalute::Expr or other front-end data structure
at all.

Also remove headers whose include have crept-in and that were never
removed while not required.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list