Displaying 3 results from an estimated 3 matches for "mahinevaluetype".
Did you mean:
machinevaluetype
2016 May 26
0
dumb question about tblgen
...to resort to “find-grep” to figure out how it gets #included,
Being indirectly included from “include/llvm/IR/Intrinsics.td” isn’t exactly obvious :=((
Would it be possible move the #include into “Target.td” ?
Also, in “ValueTypes.td” there is a comment about needing to keep it coordinated
With “MahineValueType.h”, but there is no such comment in “MachineValueType.h”,
Would it be possible for someone to add such a complementary comment ?
Thanks,
--Peter Lawrence.
From: Craig Topper [mailto:craig.topper at gmail.com]
Sent: Wednesday, May 25, 2016 9:31 PM
To: Marcello Maggioni <mmaggioni at apple....
2016 May 26
1
dumb question about tblgen
...> Being indirectly included from “include/llvm/IR/Intrinsics.td” isn’t
> exactly obvious :=((
>
>
>
> Would it be possible move the #include into “Target.td” ?
>
>
>
> Also, in “ValueTypes.td” there is a comment about needing to keep it
> coordinated
>
> With “MahineValueType.h”, but there is no such comment in
> “MachineValueType.h”,
>
>
>
> Would it be possible for someone to add such a complementary comment ?
>
>
>
>
>
> Thanks,
>
> --Peter Lawrence.
>
>
>
>
>
>
>
> *From:* Craig Topper [mailto:craig.top...
2016 May 26
2
dumb question about tblgen
The i32 class is defined in include/llvm/CodeGen/ValueTypes.td along with a
class for every type in MachineValueTypes.h
On Wed, May 25, 2016 at 8:12 PM, Marcello Maggioni via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> I don’t quite follow why you are doing something like this.
>
> What is the advantage of this instead of just attaching the AddrRegs
> regsister class as the