mirror of
https://github.com/intel/intel-graphics-compiler.git
synced 2025-11-04 08:21:06 +08:00
Porting IGC code to LLVM16 Once changes related to Source/IGC/CMFE/AdaptorCM/Frontend.h file are merged the return type of makeFEWrapper() will be changed from LLVM::Optional to std::optional. Due to this change the IGCLLVM::makeOptional() call no longer valid and can be removed.