[DA] Move common code in checkSrcSubscript and checkDstSubscript to a
new function checkSubscript. This avoids duplicate code and possible
out of sync in the future.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D71087
[NFC][DA] Remove duplicate code in checkSrcSubscript and checkDstSubscript ClosedPublic Authored by zhongduo on Dec 5 2019, 12:51 PM.
Details Summary [DA] Move common code in checkSrcSubscript and checkDstSubscript to a
Diff Detail
Event Timelinezhongduo retitled this revision from [DA] Remove duplicate code in checkSrcSubscript and checkDstSubscript to [NFC][DA] Remove duplicate code in checkSrcSubscript and checkDstSubscript.Dec 24 2019, 10:34 AM This revision is now accepted and ready to land.Dec 24 2019, 1:11 PM Closed by commit rG2abda66848e5: [NFC][DA] Remove duplicate code in checkSrcSubscript and checkDstSubscript (authored by dancgr). · Explain WhyDec 27 2019, 7:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 235411 llvm/include/llvm/Analysis/DependenceAnalysis.h
llvm/lib/Analysis/DependenceAnalysis.cpp
|