Displaying 2 results from an estimated 2 matches for "bitinit".
Did you mean:
bitsinit
2014 Jul 31
2
[LLVMdev] Tablegen binary literals
...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 necessary.
>
I don't like the special casing going on in this patch. Could we just
switch BitsInit to store pointers to *both* BitInit and BitsInit (it
actually can already sort of do that since it has a std::vector<Init*>)?
I just feel like this is adding a lot of complexity to TableGen where the
behavior that you want could largely be accomplished by removing complexity.
-- Sean Silva
>
>
>
>
> Thanks,
&...
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