The IRNode class provides some default regexes for commonly used IR nodes. This could be improved to support more default IR nodes as standalone or as composite regexes (for example, for various vector nodes, their sizes etc.). Depending on the type of IR node it is either easier to do the matching on PrintIdeal or PrintOptoAssembly.
Justification: Try to find existing tests that could use the IR test framework with the new default IR regexes or write new tests for existing optimizations that benefit from the new regexes.
Testing: The default regexes should be tested at least with a working and a failing example