forked from OSchip/llvm-project
7aba60c853
isDependenceDistanceOfOne asserts that the store and the load access through the same type. This function is also used by removeDependencesFromMultipleStores so we need to make sure we filter out mismatching types before reaching this point. Now we do this when the initial candidates are gathered. This is a refinement of the fix made in r262267. Fixes PR27048. llvm-svn: 264313 |
||
---|---|---|
.. | ||
backward.ll | ||
def-store-before-load.ll | ||
forward.ll | ||
loop-simplify-dep.ll | ||
memcheck.ll | ||
multiple-stores-same-block.ll | ||
non-consecutive.ll | ||
opt-size.ll | ||
type-mismatch.ll | ||
unknown-dep.ll |