Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRayan Hatout <rayan.hatout@gmail.com>2022-05-06 20:10:14 +0300
committerGitHub <noreply@github.com>2022-05-06 20:10:14 +0300
commitffc8f2d45566329bb9e21170f9e2a34ed8a65e0a (patch)
tree2bae63168c9c9e7ef6a8bf14e365224ba9b09d6a /tools
parentc11ea09652d3367631496a8cd4cb0f72a32ad6b8 (diff)
Remove deprecated flags from spirv-opt help message (#4788)
* Remove deprecated `--decompose-initialized-variables` from spirv-opt help message * Remove deprecated --strip-atomic-counter-memory flag from spirv-opt help message
Diffstat (limited to 'tools')
-rw-r--r--tools/opt/opt.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp
index 349b114db..ce2103ca8 100644
--- a/tools/opt/opt.cpp
+++ b/tools/opt/opt.cpp
@@ -157,12 +157,6 @@ Options (in lexicographical order):)",
another. It will only propagate an array if the source is never
written to, and the only store to the target is the copy.)");
printf(R"(
- --decompose-initialized-variables
- Decomposes initialized variable declarations into a declaration
- followed by a store of the initial value. This is done to work
- around known issues with some Vulkan drivers for initialize
- variables.)");
- printf(R"(
--replace-desc-array-access-using-var-index
Replaces accesses to descriptor arrays based on a variable index
with a switch that has a case for every possible value of the
@@ -491,9 +485,6 @@ Options (in lexicographical order):)",
--strength-reduction
Replaces instructions with equivalent and less expensive ones.)");
printf(R"(
- --strip-atomic-counter-memory
- Removes AtomicCountMemory bit from memory semantics values.)");
- printf(R"(
--strip-debug
Remove all debug instructions.)");
printf(R"(