Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spirv-fuzz: adds TransformationReplaceCopyObjectWithStoreLoad #3567

Merged
Prev Previous commit
Next Next commit
Merge branch 'master' into t_replace_copyobject_with_store_load_3351
  • Loading branch information
Antoni Karpiński committed Jul 22, 2020
commit 4173e6eba9f268b723d7d11d8b5e6b27f452d7f0
5 changes: 3 additions & 2 deletions source/fuzz/protobufs/spvtoolsfuzz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,9 @@ message Transformation {
TransformationReplaceParameterWithGlobal replace_parameter_with_global = 55;
TransformationRecordSynonymousConstants record_synonymous_constants = 56;
TransformationAddSynonym add_synonym = 57;
TransformationReplaceCopyObjectWithStoreLoad replace_copy_object_with_store_load = 58;
TransformationAddRelaxedDecoration add_relaxed_decoration = 59;
TransformationAddRelaxedDecoration add_relaxed_decoration = 58;
TransformationReplaceParamsWithStruct replace_params_with_struct = 59;
TransformationReplaceCopyObjectWithStoreLoad replace_copy_object_with_store_load = 60;
// Add additional option using the next available number.
}
}
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.