Skip to content
Commit c18261d4 authored by Pete Cooper's avatar Pete Cooper
Browse files

Fix a whole bunch of binary literals which were the wrong size. All were...

Fix a whole bunch of binary literals which were the wrong size.  All were being silently zero extended to the correct width.

The commit after this changes { } and 0bxx literals to be of type bits<n> and not int.  This means we need to write exactly the right number of bits, and not rely on the values being silently zero extended for us.

llvm-svn: 215082
parent c68a37c5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment