[all-commits] [llvm/llvm-project] 0df446: [flang] Replace lowering of character compare. (#1...

Valery Dmitriev via All-commits all-commits at lists.llvm.org
Wed Aug 27 10:56:03 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0df4463793a83be4dc80dcc3166cc5db73be80ca
      https://github.com/llvm/llvm-project/commit/0df4463793a83be4dc80dcc3166cc5db73be80ca
  Author: Valery Dmitriev <valeryd at nvidia.com>
  Date:   2025-08-27 (Wed, 27 Aug 2025)

  Changed paths:
    M flang/lib/Lower/ConvertExprToHLFIR.cpp
    M flang/lib/Optimizer/HLFIR/Transforms/LowerHLFIRIntrinsics.cpp
    A flang/test/HLFIR/cmpchar-lowering.fir
    M flang/test/Lower/HLFIR/binary-ops.f90
    M flang/test/Lower/HLFIR/elemental-array-ops.f90
    M flang/test/Lower/Intrinsics/lge_lgt_lle_llt.f90
    M flang/test/Lower/character-compare.f90

  Log Message:
  -----------
  [flang] Replace lowering of character compare. (#155458)

Lower character comparison into hlfir.cmpchar operation and
then lower the operation into a runtime call at intrinsic lowering.



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