"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "28d3c733aaa0448816bb845676ffb4d5f7d447da"
[DAGCombiner] Fix DAG combine store elimination, different address space.
Fixes a bug in the DAG combiner that eliminates the stores because it missed to inspect the address space of the pointers. %v = load %ptr_as1 // no chain side effect store %v, %ptr_as2 As well as store %v, %ptr_as1 store %v, %ptr_as2 Fixes a test for above in X86. Differential Revision: https://reviews.llvm.org/D102096
Loading
Please register or sign in to comment