[llvm-branch-commits] [llvm] [KeyInstr] Remap cloned PHIs in	BreakCriticalEdges (PR #133493)
    Jeremy Morse via llvm-branch-commits 
    llvm-branch-commits at lists.llvm.org
       
    Wed Apr 23 06:51:27 PDT 2025
    
    
  
================
@@ -0,0 +1,52 @@
+; RUN: opt -passes='require<profile-summary>,function(codegenprepare)' -S -mtriple=x86_64 < %s \
+; RUN: | FileCheck %s
+
+;; Check debug locations are propagated onto new PHIs.
----------------
jmorse wrote:
"...and that source locations have their atom groups remapped"
https://github.com/llvm/llvm-project/pull/133493
    
    
More information about the llvm-branch-commits
mailing list