"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "cff3cde28bc322cc34e6200f990a2eb3e0ea729a"
[GlobalOpt] Don't apply fastcc if it would break inalloca invariants
The inalloca parameter has to be the only parameter passed in memory. Changing the convention to fastcc can break that. At some point we should teach global opt how to optimize ABI attributes like inalloca and maybe byval. These attributes are mainly used to match C ABIs. They are harder for LLVM to optimize and they don't always generate the best code. Fixes PR38487 llvm-svn: 339360
Loading
Please register or sign in to comment