[PATCH] D52211: [LLVM-C][OCaml] Add LowerAtomic pass to C and OCaml APIs
whitequark via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 17 18:44:59 PDT 2018
whitequark added inline comments.
================
Comment at: include/llvm-c/Transforms/Scalar.h:102
+/** See llvm::createLowerAtomicPass function. */
+void LLVMAddLowerAtomicPass(LLVMPassManagerRef PM);
+
----------------
I think the passes are sorted alphabetically here, do you think you can keep the ordering?
Repository:
rL LLVM
https://reviews.llvm.org/D52211
More information about the llvm-commits
mailing list