[PATCH] D143228: [Attributor] Add convergent abstract attribute
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Mar  3 13:46:19 PST 2023
    
    
  
arsenm added inline comments.
================
Comment at: llvm/test/Transforms/Attributor/convergent.ll:61
+}
+;.
+; TUNIT: attributes #[[ATTR0]] = { nofree norecurse nosync nounwind willreturn memory(none) }
----------------
Can you add some tests that we don't drop convergent callsites on intrinsics and inline asm 
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143228/new/
https://reviews.llvm.org/D143228
    
    
More information about the llvm-commits
mailing list