[PATCH] D140239: [llvm-stress] Add a mutation fuzzing mode
    Bjorn Pettersson via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Dec 21 15:28:29 PST 2022
    
    
  
bjope added inline comments.
================
Comment at: llvm/tools/llvm-stress/llvm-stress.cpp:68
+    Mutate("mutate",
+           "Randomly mutates user provided IR provided on standard in");
+} // namespace subopts
----------------
Maybe enough to say "Randomly mutates IR provided on standard in".
(to get rid of the repeated use of "provided") 
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140239/new/
https://reviews.llvm.org/D140239
    
    
More information about the llvm-commits
mailing list