IR: Remove Value::intersectOptionalDataWith, replace all calls with calls to Instruct...
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 7 Sep 2016 23:39:04 +0000 (23:39 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 7 Sep 2016 23:39:04 +0000 (23:39 +0000)
commit8f1dd5c41eb8a50bdd7f89e4afbb5273caa945a1
tree7199fe5d8c0e337bd81a984423b31f3720973de3
parentc5e53b2a53a00fb5664fd7358970b35161aab68d
IR: Remove Value::intersectOptionalDataWith, replace all calls with calls to Instruction::andIRFlags.

The two functions are functionally equivalent.

Differential Revision: https://reviews.llvm.org/D22830

llvm-svn: 280884
llvm/include/llvm/IR/Value.h
llvm/lib/Transforms/Scalar/GVNHoist.cpp
llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
llvm/lib/Transforms/Utils/SimplifyCFG.cpp
llvm/lib/Transforms/Vectorize/BBVectorize.cpp