Files
intel-graphics-compiler/IGC/Compiler/CISACodeGen/CrossPhaseConstProp.hpp
Paige, Alexander 420b632df9 Update IGC code format
Update IGC code format
2025-07-20 06:20:11 +02:00

19 lines
421 B
C++

/*========================== begin_copyright_notice ============================
Copyright (C) 2017-2021 Intel Corporation
SPDX-License-Identifier: MIT
============================= end_copyright_notice ===========================*/
#pragma once
namespace llvm {
class FunctionPass;
}
namespace IGC {
struct PSSignature;
llvm::FunctionPass *createCrossPhaseConstPropPass(PSSignature *signature);
} // namespace IGC