[llvm] [C API] Add getters and setters for fast-math flags on relevant instructions (PR #75123)
Benji Smith via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 12 06:57:46 PST 2023
Benjins wrote:
> I wonder whether LLVMGetCanUseFastMathFlags should be just LLVMCanUseFastMathFlags.
Sure. I pushed a commit that renames it to `LLVMCanValueUseFastMathFlags`, which should make it more clear that it's for individual values
https://github.com/llvm/llvm-project/pull/75123
More information about the llvm-commits
mailing list