"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "7f44836998d9be0cce33c8e842205307566ce366"
[PowerPC][FP128] Fix the incorrect calling convention for IEEE long double on Power8
For now, we are using the GPR to pass the arguments/return value for fp128 on Power8, which is incorrect. It should be VSR. The reason why we do it this way is that, we are setting the fp128 as illegal which make LLVM try to emulate it with i128 on Power8. So, we need to correct it as legal. Reviewed By: Nemanjai Differential Revision: https://reviews.llvm.org/D91527
Loading
Please register or sign in to comment