[PATCH] D11577: Reassociate: Implement isUnmovableInstruction() without a hardcoded list
Matthias Braun
matze at braunis.de
Wed Jul 29 14:52:31 PDT 2015
MatzeB added a comment.
In http://reviews.llvm.org/D11577#214574, @dberlin wrote:
> So, these are either data dependent, control dependent, or both :)
> (IE that is the correct terminology)
If you think in that dichotomy, then it is a data dependence. However usually data dependence talks about variables or registers while this function specifically is about the things not modeled as variables/ssa values. It is about the global state/memory, that's why I put the "State" in the name data dependence would be too broad.
Repository:
rL LLVM
http://reviews.llvm.org/D11577
More information about the llvm-commits
mailing list