https://llvm.org/bugs/show_bug.cgi?id=27387
Bug ID: 27387
Summary: ADD8TLS accepts r0 as source
Product: libraries
Version: trunk
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Backend: PowerPC
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
ADD8TLS, a variant of add instruction used for initial-exec TLS, currently
accepts r0 as a source register. While add itself supports r0 just fine,
linker can relax it to a local-exec sequence, converting it to addi - which
doesn't support r0.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs