"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "279f2907ed38a4ea8909ffc30a9d5ff995d7db43"
[Simplify] Remove partial write accesses with empty domain.
If the access relation's domain is empty, the access will never be executed. We can just remove it. We only remove write accesses. Partial read accesses are not yet supported and instructions in the statement might require the llvm::Value holding the read's result to be defined. llvm-svn: 308830
Loading
Please register or sign in to comment