[PATCH] D85357: [mlir] [VectorOps] Add masked load/store operations to Vector dialect

Aart Bik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 13:45:58 PDT 2020


aartbik updated this revision to Diff 283378.
aartbik added a comment.
Herald added subscribers: llvm-commits, delcypher.
Herald added a project: LLVM.

fixed typos


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85357/new/

https://reviews.llvm.org/D85357

Files:
  llvm/docs/CommandGuide/lit.rst
  llvm/utils/lit/lit/cl_arguments.py


Index: llvm/utils/lit/lit/cl_arguments.py
===================================================================
--- llvm/utils/lit/lit/cl_arguments.py
+++ llvm/utils/lit/lit/cl_arguments.py
@@ -42,7 +42,9 @@
             help="Suppress no error output",
             action="store_true")
     format_group.add_argument("-s", "--succinct",
-            help="Reduce amount of output",
+            help="Reduce amount of output."
+                 " Additionally, show a progress bar,"
+                 " unless --no-progress-bar is specified.",
             action="store_true")
     format_group.add_argument("-v", "--verbose",
             dest="showOutput",
Index: llvm/docs/CommandGuide/lit.rst
===================================================================
--- llvm/docs/CommandGuide/lit.rst
+++ llvm/docs/CommandGuide/lit.rst
@@ -81,6 +81,7 @@
 .. option:: -s, --succinct
 
  Show less output, for example don't show information on tests that pass.
+ Also show a progress bar, unless ``--no-progress-bar`` is specificed.
 
 .. option:: -v, --verbose
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85357.283378.patch
Type: text/x-patch
Size: 1062 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200805/c2dbab9d/attachment.bin>


More information about the llvm-commits mailing list