[LLVMdev] Move TargetRegisterInfo and TargetInstrInfo into libCodeGen
Jakob Stoklund Olesen
stoklund at 2pi.dk
Tue Nov 27 16:05:35 PST 2012
On Nov 27, 2012, at 4:01 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Nov 27, 2012, at 11:51 AM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
>
>> I think it is fine to keep the TII and TRI interfaces in Target, but their implementation files make most sense in CodeGen.
>
> Ok, so you're saying that the headers should stay, but the .cpp files should move. That is a bit weird, but I agree it's the best option.
Exactly.
I'll move the .cpp files, and then eliminate the TargetInstrInfoImpl class.
Thanks,
/jakob
More information about the llvm-dev
mailing list