Commits

Erik Eckstein committed b3e81a084f9
SimplifyCFG: unpack enum arguments. As we already do for structs and tuples. If all incoming values are enum instructions and the only use is an unchecked_enum_data, then we can replace the argument with the enum payload itself.