❓ Questions and Help
By now CompilerGym has an action space that represents LLVM optimization transforms. I want to add a new action space, based on POSET-RL, i.e. changing an action from being a single transform to a tuple of transforms. But I can't understand how to do this without rewriting the entire LLVMEnv class
❓ Questions and Help
By now CompilerGym has an action space that represents LLVM optimization transforms. I want to add a new action space, based on POSET-RL, i.e. changing an action from being a single transform to a tuple of transforms. But I can't understand how to do this without rewriting the entire LLVMEnv class