search for: 1039491

Displaying 1 result from an estimated 1 matches for "1039491".

Did you mean: 1036491
2014 Jul 31
2
[LLVMdev] Tablegen binary literals
Hi all Currently tablegen parses binary literals such as 0b011 and immediately turns them in to integers internally. Due to this, 0b011 is a 2-bit value because tablegen will happily drop leading zeroes on integers. I propose that we change this, and store binary literals with a size. I think this is much more natural, as when the user writes a value with 3 bits, I think they expect to get a