[PATCH] D69605: [Attributor] Make liveness "edge-based"
    Hideto Ueno via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Oct 30 08:44:33 PDT 2019
    
    
  
uenoku added inline comments.
================
Comment at: llvm/test/Transforms/FunctionAttrs/nonnull.ll:219
 ; FIXME: missing nonnull. It should be @f1(i32* nonnull readonly %arg)
-; ATTRIBUTOR:   %tmp = tail call nonnull i32* @f1(i32* readonly %arg)
+; ATTRIBUTOR:   %tmp = tail call nonnull i32* @f1(i32* %arg)
   %tmp = tail call i32* @f1(i32* %arg)
----------------
Why are these readonly removed?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69605/new/
https://reviews.llvm.org/D69605
    
    
More information about the llvm-commits
mailing list