You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
(cherry picked from commit 8ff0a49)
0 commit comments