search for: 0b0111

Displaying 2 results from an estimated 2 matches for "0b0111".

Did you mean: 0.0111
2014 Jul 31
2
[LLVMdev] Tablegen binary literals
...> places where this behavior would change their .td files. > > Sure thing. > > And here’s the other 2 patches. The first sizes binary literals. > Regarding this patch, does it need to create a whole new Init class? I would try to avoid that if at all possible. Could we just have 0b0111 be a shorthand for a bits<4> BitsInit? Or maybe store some extra data in IntInit? > The second allows them to initialize multiple bits inside { }. Note that > i’m only handling certain cases inside the { } initializer. I’m happy to > refactor the code and handle other cases if n...
2014 Jul 31
2
[LLVMdev] Tablegen binary literals
On Thu, Jul 31, 2014 at 12:28 AM, Adam Nemet <anemet at apple.com> wrote: > > On Jul 30, 2014, at 10:56 PM, Pete Cooper <peter_cooper at apple.com> wrote: > > Hi Adam > > On Jul 30, 2014, at 10:28 PM, Adam Nemet <anemet at apple.com> wrote: > > Hi Pete, > > Just to clarify, are you proposing two things here? First, 0b… literals > to have type