[llvm] [C API] Add getters and setters for fast-math flags on relevant instructions (PR #75123)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 12 06:16:06 PST 2023


https://github.com/nikic approved this pull request.

LGTM, though I wonder whether `LLVMGetCanUseFastMathFlags` should be just `LLVMCanUseFastMathFlags`.

We don't seem to have anything using "LLVMCan" right now, but we do have "LLVMHas" and "LLVMIs".

https://github.com/llvm/llvm-project/pull/75123


More information about the llvm-commits mailing list