"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "7c7e9b3bbe74065f3a6e2c2e238c0b83442b5744"
Fix AAPCS compliance for HFAs containing doubles and long doubles
An HFA is defined as a struct containing floating point values of the same machine type. In the 32-bit ABI, double and long double have the same machine type, so a struct with a mixture of these types must be an HFA (assuming it meets the other criteria). llvm-svn: 200971
Loading
Please register or sign in to comment