[all-commits] [llvm/llvm-project] 98947f: [flang] Add definition of hlfir.cmpchar operation....

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


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

  Changed paths:
    M flang/include/flang/Optimizer/HLFIR/HLFIROps.td
    M flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
    M flang/test/HLFIR/invalid.fir

  Log Message:
  -----------
  [flang] Add definition of hlfir.cmpchar operation. (#155457)

Fortran character comparison now lowered early into a runtime call. It
is going to be lowered into the operation, so that later it could be
optimized as inline code or end up into a runtime call.



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