[all-commits] [llvm/llvm-project] 754d89: [flang] Propagate fast-math flags to FIROpBuilder....

Slava Zakharin via All-commits all-commits at lists.llvm.org
Mon Feb 10 15:23:56 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 754d896ca74ff07b2e0983a717963601016eae0b
      https://github.com/llvm/llvm-project/commit/754d896ca74ff07b2e0983a717963601016eae0b
  Author: Slava Zakharin <szakharin at nvidia.com>
  Date:   2025-02-10 (Mon, 10 Feb 2025)

  Changed paths:
    M flang/include/flang/Optimizer/Builder/FIRBuilder.h
    M flang/lib/Optimizer/HLFIR/Transforms/OptimizedBufferization.cpp
    M flang/test/HLFIR/maxval-elemental.fir
    M flang/test/HLFIR/minval-elemental.fir

  Log Message:
  -----------
  [flang] Propagate fast-math flags to FIROpBuilder. (#126316)

One constructor was missing to propagate fast-math flags
from an operation to the builder. It is fixed now.
And the builder creation in one opt-bufferization case should take
the rewriter, I think.



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