[llvm] [NFS][CodeMoverUtils] Add comment saying not ready for production usage. (PR #68573)

via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 03:50:12 PDT 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-llvm-transforms

<details>
<summary>Changes</summary>

Add comment to CodeMoverUtils.h

---
Full diff: https://github.com/llvm/llvm-project/pull/68573.diff


1 Files Affected:

- (modified) llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h (+3) 


``````````diff
diff --git a/llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h b/llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h
index 0f32a97f9fccff4..4fd147a1f7b3b9f 100644
--- a/llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h
+++ b/llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h
@@ -9,6 +9,9 @@
 // This family of functions determine movements are safe on basic blocks, and
 // instructions contained within a function.
 //
+// Please note that this is work in progress, and the functionality is not
+// ready for broader production use.
+//
 //===----------------------------------------------------------------------===//
 
 #ifndef LLVM_TRANSFORMS_UTILS_CODEMOVERUTILS_H

``````````

</details>


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


More information about the llvm-commits mailing list