"...Transforms/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "cee313d288a4faf0355d76fb6e0e927e211d08a5"
Disable the "call to immediate" optimization on x86-64. It is
not safe in general because the immediate could be an arbitrary value that does not fit in a 32-bit pcrel displacement. Conservatively fall back to loading the value into a register and calling through it. We still do the optzn on X86-32. llvm-svn: 67142
Loading
Please register or sign in to comment