[PATCH] D97238: [Attributor] Conditinoally delete fns
    Johannes Doerfert via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Feb 23 07:51:06 PST 2021
    
    
  
jdoerfert added inline comments.
================
Comment at: llvm/test/Transforms/Attributor/nodelete.ll:1
+; RUN: opt -attributor-cgscc -S < %s | FileCheck %s
+
----------------
sstefan1 wrote:
> Maybe generate this with `update_test_checks.py`? I guess it would be easier to update and also for consistency.
I missed this. Use the same run lines as other tests and the update test script please.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97238/new/
https://reviews.llvm.org/D97238
    
    
More information about the llvm-commits
mailing list