Commit Graph

1 Commits

Author SHA1 Message Date
Joe Groff
5b7e52901d Add a utility script for checking for hex constants in IR tests.
LLVM always prints IR constants as signed decimal, which is not ideal when looking for packed bit patterns in tests. Add a little filter script that turns hex constants of the form `<iNN 0xNNNNN>` into the decimal output we'd expect from the LLVM printer.
2017-06-22 13:26:44 -07:00