Inline functions in Type.h depended upon inline functions isVectorTy and
getScalarType defined in DerivedTypes.h. Reimplement these functions in
Type.h in terms of Type
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D81684
[SVE] Break dependency of Type.h on DerivedTypes.h ClosedPublic Authored by ctetreau on Jun 11 2020, 12:51 PM.
Details Summary Inline functions in Type.h depended upon inline functions isVectorTy and
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 12 2020, 10:28 AM Closed by commit rG339177d1da0c: [SVE] Break dependency of Type.h on DerivedTypes.h (authored by ctetreau). · Explain WhyJun 12 2020, 1:09 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 270501 llvm/include/llvm/IR/DerivedTypes.h
llvm/include/llvm/IR/Type.h
|