[llvm-commits] [patch] Add TLS hook to MCTargetExpr (AArch64 generic change)
Tim Northover
Tim.Northover at arm.com
Wed Jan 9 06:49:42 PST 2013
On Wednesday 09 Jan 2013 14:39:16 Renato Golin wrote:
> I mean, in the long run people won't read
> your email and the commit would look useless and detached from the AArch64
> back-end, which is the whole point.
That's probably what the commit message is for. It sounds like I should
include quite a bit of detail when I do it.
> Can't you join this when you add the lot of AArch64 fixups?
The AArch64 fixups will likely be going in with the backend itself. They're
laced throughout code-generation and emission. Splitting up the backend
probably won't be practical, but we *should* be able to cut it back to *just*
the backend and not other changes. This is part of that effort.
> On a side note, maybe other fixup should be handled the same way, instead
> of polluting the common namespace...
Quite possibly. That's what I was referring to with future changes.
Tim.
More information about the llvm-commits
mailing list