"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "b0e77d5e489a91f39724e3e3bca48624de2fbaa2"
[Mem2Reg] Check that load type matches alloca type
Alloca promotion can only deal with cases where the load/store types match the alloca type (it explicitly does not support bitcasted load/stores). With opaque pointers this is no longer enforced through the pointer type, so add an explicit check.
Loading
Please register or sign in to comment