arkcompiler_ets_runtime/ecmascript/compiler/gate_matchers.cpp
Yong Zhou 8bc8240c62 Instruction Combining and Strength Reduction Implementation
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I8ARTP?from=project-issue
test: ./build.sh --product-name rk3568 --build-target InstructionCombineTestAction --gn-args is_debug=true

Change-Id: I3ac3d11e49cd360c66843bf50b6d6a8cb6cf88af
Signed-off-by: Yong Zhou <zhouyong44@huawei.com>
2023-11-01 10:57:40 +08:00

15 lines
609 B
C++

/*
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/