We will need to handle IntToPtr which I will submit in a separate patch as it's
not going to be NFC.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 34076 Build 34075: arc lint + arc unit
Paths
| Differential D63940
NFC: Pass DataLayout into isBytewiseValue ClosedPublic Authored by vitalybuka on Jun 28 2019, 10:22 AM.
Details Summary We will need to handle IntToPtr which I will submit in a separate patch as it's
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 28 2019, 10:22 AM vitalybuka added a parent revision: D63854: NFC: Convert large lambda into method.Jun 28 2019, 10:22 AM This revision is now accepted and ready to land.Jul 10 2019, 2:26 PM vitalybuka retitled this revision from [NFC] Pass DataLayout into isBytewiseValue to NFC: Pass DataLayout into isBytewiseValue.Jul 10 2019, 3:49 PM Closed by commit rL365709: NFC: Pass DataLayout into isBytewiseValue (authored by vitalybuka). · Explain WhyJul 10 2019, 3:56 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 207092 clang/lib/CodeGen/CGDecl.cpp
llvm/include/llvm/Analysis/ValueTracking.h
llvm/lib/Analysis/ValueTracking.cpp
llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
|