[PATCH] D22830: IR: Remove Value::intersectOptionalDataWith, replace all calls with calls to Instruction::andIRFlags. NFCI.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 12:53:45 PDT 2016


pcc created this revision.
pcc added a reviewer: majnemer.
pcc added a subscriber: llvm-commits.
Herald added a subscriber: mzolotukhin.

The two functions are intended to be functionally equivalent.

https://reviews.llvm.org/D22830

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22830.65577.patch
Type: text/x-patch
Size: 4063 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160726/93f6f82b/attachment.bin>


More information about the llvm-commits mailing list