@@ -69,24 +69,31 @@ struct MissingFeatures {
6969 static bool opAllocaCaptureByInit () { return false ; }
7070
7171 // FuncOp handling
72- static bool opFuncOpenCLKernelMetadata () { return false ; }
72+ static bool opFuncArmNewAttr () { return false ; }
73+ static bool opFuncArmStreamingAttr () { return false ; }
7374 static bool opFuncAstDeclAttr () { return false ; }
74- static bool opFuncAttributesForDefinition () { return false ; }
7575 static bool opFuncCallingConv () { return false ; }
76+ static bool opFuncColdHotAttr () { return false ; }
7677 static bool opFuncCPUAndFeaturesAttributes () { return false ; }
7778 static bool opFuncExceptions () { return false ; }
7879 static bool opFuncExtraAttrs () { return false ; }
7980 static bool opFuncMaybeHandleStaticInExternC () { return false ; }
81+ static bool opFuncMinSizeAttr () { return false ; }
8082 static bool opFuncMultipleReturnVals () { return false ; }
83+ static bool opFuncNakedAttr () { return false ; }
84+ static bool opFuncNoDuplicateAttr () { return false ; }
8185 static bool opFuncNoUnwind () { return false ; }
86+ static bool opFuncOpenCLKernelMetadata () { return false ; }
8287 static bool opFuncOperandBundles () { return false ; }
88+ static bool opFuncOptNoneAttr () { return false ; }
8389 static bool opFuncParameterAttributes () { return false ; }
8490 static bool opFuncReadOnly () { return false ; }
8591 static bool opFuncSection () { return false ; }
92+ static bool opFuncUnwindTablesAttr () { return false ; }
8693 static bool opFuncWillReturn () { return false ; }
8794 static bool opFuncNoReturn () { return false ; }
88- static bool setLLVMFunctionFEnvAttributes () { return false ; }
8995 static bool setFunctionAttributes () { return false ; }
96+ static bool setLLVMFunctionFEnvAttributes () { return false ; }
9097
9198 // CallOp handling
9299 static bool opCallAggregateArgs () { return false ; }
@@ -271,6 +278,7 @@ struct MissingFeatures {
271278 static bool objCBlocks () { return false ; }
272279 static bool objCGC () { return false ; }
273280 static bool objCLifetime () { return false ; }
281+ static bool hlsl () { return false ; }
274282 static bool openCL () { return false ; }
275283 static bool openMP () { return false ; }
276284 static bool opTBAA () { return false ; }
@@ -288,6 +296,7 @@ struct MissingFeatures {
288296 static bool sourceLanguageCases () { return false ; }
289297 static bool stackBase () { return false ; }
290298 static bool stackSaveOp () { return false ; }
299+ static bool stackProtector () { return false ; }
291300 static bool targetCIRGenInfoArch () { return false ; }
292301 static bool targetCIRGenInfoOS () { return false ; }
293302 static bool targetCodeGenInfoGetNullPointer () { return false ; }
0 commit comments