[llvm] [CVP] Infer nneg on existing zext (PR #72052)
    Nikita Popov via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Nov 13 03:26:29 PST 2023
    
    
  
================
@@ -0,0 +1,179 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -passes=correlated-propagation -S | FileCheck %s
+
+; Check that debug locations are preserved. For more info see:
+;   https://llvm.org/docs/SourceLevelDebugging.html#fixing-errors
+; RUN: opt < %s -enable-debugify -passes=correlated-propagation -S 2>&1 | \
+; RUN:   FileCheck %s -check-prefix=DEBUG
+; DEBUG: CheckModuleDebugify: PASS
----------------
nikic wrote:
Remove these debugify run lines.
https://github.com/llvm/llvm-project/pull/72052
    
    
More information about the llvm-commits
mailing list