"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "751677a0409ed782d44c4e98f14bf52479911c23"
Remove restriction that 'sret' must be on the first parameter
On Windows, it is often applied to the second parameter, and the x86 backend is prepared to deal with sret appearing on any parameter. Other backends assume it only appears on parameter zero, but those are target-specific requirements, and not an IR-level rule. llvm-svn: 280951
Loading
Please register or sign in to comment