Simplify select_module
after simplify_dyn_ops
pass
#17794
Annotations
1 error and 3 warnings
Clang Tidy
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@v3, actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clang Tidy:
src/simplify_dyn_ops.cpp#L376
the parameter 'shapes' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
|
Clang Tidy:
src/simplify_dyn_ops.cpp#L384
the parameter 'shapes' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
|
The logs for this run have expired and are no longer available.
Loading