"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "6678ec4d1dd75f67bfbdd3cce9246e81fa9e6db5"
[Attributor][FIX] Honor alloca address space in AAPrivatizablePtr
When we privatize a pointer (~argument promotion) we introduce new private allocas as replacement. These need to be placed in the alloca address space as later passes cannot properly deal with them otherwise. Fixes https://github.com/llvm/llvm-project/issues/53725
Loading
Please register or sign in to comment