Displaying 3 results from an estimated 3 matches for "xmac".
Did you mean:
mac
2014 Sep 01
3
[LLVMdev] understanding DAG: node creation
...roach (when we don't create regclass and just hard-code it in .td)
>
> But I still receive strange errors. I received DAG which I happy with
> (DAG here: http://goo.gl/62tpkk), but everything goes broken on
> scheduling.
>
> I had to chain mine nodes, because otherwise nodes xmac and srxacc got
> removed on first combine. But since they are chained, they have
> MVT::Other return type, and that causes strange crash inside func
> GetCostFor in ScheduleDAGRRList.cpp:
>
> Def RegClass = TLI->getRepRegClassFor(VT)->getID();
> When VT is MVT::Other it r...
2018 Jan 04
1
Linker Option support for ELF
....ascii " 4-JAN-2018 11:49"
.ascii ".MAIN."
.byte 0
.ascii "V1"
.byte 0
.align 8
.quad 8
.quad 14
.quad 2
.ascii "IPF/VMS"
.byte 0
.ascii "XMAC X6.0-004"
.byte 0
.align 8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180104/b70f3b26/attachment.html>
2014 Aug 31
2
[LLVMdev] understanding DAG: node creation
Hi,
Yes, that's what I would do. If you want LLVM and the register allocator to also know that the instruction explicitly defines the register, I would designate the register into it's own register class and have your instruction write to that class (and there will be only a single option for RA).
cheers,
Sam
Sam Parker
Research Student
Electronic Systems Design Group
Loughborough