We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec4c9c commit 933f722Copy full SHA for 933f722
llvm/bindings/ocaml/llvm/llvm.ml
@@ -296,6 +296,10 @@ module AtomicRMWBinOp = struct
296
| UMin
297
| FAdd
298
| FSub
299
+ | FMax
300
+ | FMin
301
+ | UInc_Wrap
302
+ | UDec_Wrap
303
end
304
305
module ValueKind = struct
llvm/bindings/ocaml/llvm/llvm.mli
@@ -331,6 +331,10 @@ module AtomicRMWBinOp : sig
331
332
333
334
335
336
337
338
339
340
(** The kind of an [llvalue], the result of [classify_value v].
0 commit comments