summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2018-08-02 14:36:43 -0400
committerGitHub <noreply@github.com>2018-08-02 14:36:43 -0400
commitde9496e9f1b9d74c117fb4c4552ef0f5d74b8cbd (patch)
tree3a1532fc729302c92adf5b5ef378369ec841a8f1 /BUILD.gn
parente323529d99213aa83db2d5989f99f419b99e7c58 (diff)
Add more fuzzers for Optimizer. (#1788)
This Cl adds the legalization and size fuzzers for the optimizer. The main optimizer is renamed to the performance optimizer.
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index d79180af..92636de0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -414,6 +414,8 @@ static_library("spvtools_opt") {
"source/opt/cfg.h",
"source/opt/cfg_cleanup_pass.cpp",
"source/opt/cfg_cleanup_pass.h",
+ "source/opt/combine_access_chains.cpp",
+ "source/opt/combine_access_chains.h",
"source/opt/common_uniform_elim_pass.cpp",
"source/opt/common_uniform_elim_pass.h",
"source/opt/compact_ids_pass.cpp",