[all-commits] [llvm/llvm-project] 79afa5: [mlir][llvm] Add fastmathFlags to SelectOp
Jeff Niu via All-commits
all-commits at lists.llvm.org
Thu Mar 16 00:58:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 79afa58c2779db21d1ee7d65d32d5250e58e7226
https://github.com/llvm/llvm-project/commit/79afa58c2779db21d1ee7d65d32d5250e58e7226
Author: Jeff Niu <jeff at modular.com>
Date: 2023-03-16 (Thu, 16 Mar 2023)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/test/Target/LLVMIR/Import/fastmath.ll
M mlir/test/Target/LLVMIR/llvmir.mlir
Log Message:
-----------
[mlir][llvm] Add fastmathFlags to SelectOp
`select` has fastmath flags, which were missing from the LLVM dialect op
definition.
Reviewed By: ftynse, dcaballe, gysit
Differential Revision: https://reviews.llvm.org/D145829
More information about the All-commits
mailing list