[PATCH] D97238: [Attributor] Conditinoally delete fns
    Stefan Stipanovic via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Feb 23 01:26:09 PST 2021
    
    
  
sstefan1 added inline comments.
================
Comment at: llvm/test/Transforms/Attributor/nodelete.ll:1
+; RUN: opt -attributor-cgscc -S < %s | FileCheck %s
+
----------------
Maybe generate this with `update_test_checks.py`? I guess it would be easier to update and also for consistency.
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