[Mlir-commits] [mlir] [MLIR][LLVM] Add fast-math related function attribute support (PR #79812)
Markus Böck
llvmlistbot at llvm.org
Mon Jan 29 06:26:20 PST 2024
https://github.com/zero9178 commented:
Thank you so much for working on this! Code itself looks good to me although I am curious about the `OptionalAttr<BoolAttr>`.
Is there any documentation one can read up on these attributes? They do not seem to be present in the language reference, requiring to resort to reading LLVM code to try and deduce semantics it seems.
https://github.com/llvm/llvm-project/pull/79812
More information about the Mlir-commits
mailing list