[llvm] 6afbc09 - [NFS][CodeMoverUtils] Add comment saying not ready for production usage. (#68573)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Oct  9 04:54:32 PDT 2023
    
    
  
Author: Dinar Temirbulatov
Date: 2023-10-09T12:54:28+01:00
New Revision: 6afbc09e7e78eb6dc397a687c41e6fdcb329af77
URL: https://github.com/llvm/llvm-project/commit/6afbc09e7e78eb6dc397a687c41e6fdcb329af77
DIFF: https://github.com/llvm/llvm-project/commit/6afbc09e7e78eb6dc397a687c41e6fdcb329af77.diff
LOG: [NFS][CodeMoverUtils] Add comment saying not ready for production usage. (#68573)
Add comment to CodeMoverUtils.h
Added: 
    
Modified: 
    llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h
Removed: 
    
################################################################################
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
        
    
    
More information about the llvm-commits
mailing list