[PATCH] Enable MISched on AArch64

Tim Northover t.p.northover at gmail.com
Mon Oct 7 11:40:20 PDT 2013


Hi all,

Hao's encountering annoying problems with the LDn/STn instructions on
AArch64. I think we've tracked these back to the SDag scheduler trying
to poke too deeply into types that don't really exist anywhere but
those nodes.

Since that scheduler is going away soon anyway, I'd like to simply
switch AArch64 over to the MISched now and forget about it. Hence this
patch.

I'm currently running a regression-test set on the model. Assuming
that passes, would anyone object to me committing? Fair warning: I'm
going to take silence as "no".

Cheers.

Tim.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: misched.diff
Type: application/octet-stream
Size: 952 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131007/a449470e/attachment.obj>


More information about the llvm-commits mailing list