Open csabahruska opened 5 years ago
HPT reveals dead/unreachable code. Unreachable values have T_Dead type in the type environment. Write a transformation to remove all T_Dead values from the program. It is required or LLVM codegen because it can not handle T_Dead types.
T_Dead
HPT reveals dead/unreachable code. Unreachable values have
T_Dead
type in the type environment.Write a transformation to remove all
T_Dead
values from the program. It is required or LLVM codegen because it can not handleT_Dead
types.