Skip to content
Commit c9dcbe69 authored by Craig Topper's avatar Craig Topper
Browse files

Use a negative value to represent INVALID_SIMPLE_VALUE_TYPE instead of 256....

Use a negative value to represent INVALID_SIMPLE_VALUE_TYPE instead of 256. Its much cheaper for the isSimple() checks to look for values less than 0 rather than a value greater than 255. This shaves ~8k off the size of the llc binary on x86-64.

llvm-svn: 170981
parent 9fd1571e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment