Add SymbolTable trait to spirv::ModuleOp.
Adding the SymbolTable trait allows looking up the name of the functions using the symbol table while verifying EntryPointOps instead of manually tracking the function names. PiperOrigin-RevId: 262431220
Loading
Please sign in to comment