Description
InstructionFinder initialises the pattern map by precompiling variations of type-specific instructions such as lload_0, lload_1, etc. Currently, long type instructions are missing from the pattern map. Consequently, you cannot use InstructionFinder and regular expression to search for long type instructions. Also, this means that lload instruction is not returned when searching for LoadInstruction.