[all-commits] [llvm/llvm-project] 1433c3: [flang] Remove dead functions for getting LLVM int...

Asher Mancinelli via All-commits all-commits at lists.llvm.org
Tue Apr 29 06:47:35 PDT 2025


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

  Changed paths:
    M flang/include/flang/Optimizer/Builder/LowLevelIntrinsics.h
    M flang/lib/Optimizer/Builder/LowLevelIntrinsics.cpp

  Log Message:
  -----------
  [flang] Remove dead functions for getting LLVM intrinsics (#137743)

In cleaning up LowLevelIntrinsics I found some uncalled functions. We
would like to remove direct calls to llvm instructions wherever possible
to make it easier on consumers of our IR to match LLVM intrinsics, so if
this code is needed again we should use the op from the llvm dialect
instead anyways.



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