The two functions are intended to be functionally equivalent.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D22830
IR: Remove Value::intersectOptionalDataWith, replace all calls with calls to Instruction::andIRFlags. NFCI. ClosedPublic Authored by pcc on Jul 26 2016, 12:53 PM.
Details Summary The two functions are intended to be functionally equivalent.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 7 2016, 11:20 AM Closed by commit rL280884: IR: Remove Value::intersectOptionalDataWith, replace all calls with calls to… (authored by pcc). · Explain WhySep 7 2016, 4:47 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 70623 llvm/trunk/include/llvm/IR/Value.h
llvm/trunk/lib/Transforms/Scalar/GVNHoist.cpp
llvm/trunk/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
llvm/trunk/lib/Transforms/Vectorize/BBVectorize.cpp
|