[all-commits] [llvm/llvm-project] d7d915: [flang][nfc] Initial changes needed to use llvm in...

Asher Mancinelli via All-commits all-commits at lists.llvm.org
Thu Apr 3 08:38:03 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d7d91500b6ef7efb059f660ff7e4aa44553643e6
      https://github.com/llvm/llvm-project/commit/d7d91500b6ef7efb059f660ff7e4aa44553643e6
  Author: Asher Mancinelli <ashermancinelli at gmail.com>
  Date:   2025-04-03 (Thu, 03 Apr 2025)

  Changed paths:
    M flang/include/flang/Optimizer/Builder/LowLevelIntrinsics.h
    M flang/lib/Lower/ConvertExpr.cpp
    M flang/lib/Optimizer/Builder/LowLevelIntrinsics.cpp
    M flang/test/Lower/array-constructor-2.f90

  Log Message:
  -----------
  [flang][nfc] Initial changes needed to use llvm intrinsics instead of regular calls (#134170)

Flang uses `fir.call <llvm intrinsic>` in a few places. This means
consumers of the IR need to strcmp every fir.call if they want to find a
particular LLVM intrinsic.
Emit LLVM memcpy intrinsics instead.



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