Files
clang-p2996/mlir/test/Target/LLVMIR/fp-math-function-attributes.mlir
Alex Bradbury 748c295908 [MLIR][LLVM] Add fast-math related function attribute support (#79812)
Adds unsafe-fp-math, no-infs-fp-math, no-nans-fp-math,
approx-func-fp-math, and no-signed-zeros-fp-math function attributes.

This allows code generators using the LLVMIR dialect to match the
codegen of Clang.
2024-01-30 14:03:51 +00:00

2.7 KiB