[all-commits] [llvm/llvm-project] 6f3999: [mlir] Ensure fmaximum/fminimum is defined in mlir...

Jonathan Thackray via All-commits all-commits at lists.llvm.org
Thu May 1 23:03:05 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6f39995da24d1eb5a8efc40531abff3054f2b6bf
      https://github.com/llvm/llvm-project/commit/6f39995da24d1eb5a8efc40531abff3054f2b6bf
  Author: Jonathan Thackray <jonathan.thackray at arm.com>
  Date:   2025-05-02 (Fri, 02 May 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMEnums.td
    M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
    M mlir/test/Target/LLVMIR/Import/instructions.ll
    M mlir/test/Target/LLVMIR/llvmir.mlir

  Log Message:
  -----------
  [mlir] Ensure fmaximum/fminimum is defined in mlir/Dialect/LLVMIR/LLVMEnums.td (#138198)

Fix a compile error (with LLVM_ENABLE_WERROR=On) when building
`bin/flang`:
```
   enumeration values 'FMaximum' and 'FMinimum' not handled in switch
```
caused by adding new LLVM IR instructions in #137701.

This wasn't picked up by the auto CI builders on GitHub, so I hadn't
realised until @kazutakahirata notified me about it.



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