1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/test/CodeGen
Hal Finkel 1845a0269d Disable this-return argument forwarding on ARM/AArch64
r275042 reverted function-attribute inference for the 'returned' attribute
because the feature triggered self-hosting failures on ARM and AArch64. James
Molloy determined that the this-return argument forwarding feature, which
directly ties the returned input argument to the returned value, was the cause.
It seems likely that this forwarding code contains, or triggers, a subtle bug.
Disabling for now until we can track that down.

llvm-svn: 275677
2016-07-16 07:07:29 +00:00
..
AArch64 Disable this-return argument forwarding on ARM/AArch64 2016-07-16 07:07:29 +00:00
AMDGPU Re-commit [AMDGPU] Add metadata for runtime 2016-07-16 05:09:21 +00:00
ARM Disable this-return argument forwarding on ARM/AArch64 2016-07-16 07:07:29 +00:00
BPF
Generic
Hexagon [Hexagon] Improve patterns with stack-based addressing 2016-07-15 15:35:52 +00:00
Inputs
Lanai
Mips [mips] SelectionDAGISel subclasses now follow the optimization level. 2016-07-14 13:25:22 +00:00
MIR llc: Add support for -run-pass none 2016-07-16 02:24:59 +00:00
MSP430
NVPTX
PowerPC
SPARC
SystemZ
Thumb [Thumb-1] Select post-increment load and store where possible 2016-07-15 08:03:56 +00:00
Thumb2
WebAssembly
WinEH
X86 ExpandPostRAPseudos should transfer implicit uses, not only implicit defs 2016-07-15 22:31:14 +00:00
XCore