Add overloads of get to FixedVectorType and ScalableVectorType that
mirror VectorType::get(Type *Ty, VectorType *VTy) that take and return
derived vector types
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D78841
[SVE] Add specialized overloads of VectorType::get ClosedPublic Authored by ctetreau on Apr 24 2020, 5:04 PM.
Details Summary Add overloads of get to FixedVectorType and ScalableVectorType that
Diff Detail
Event Timelinectetreau added a child revision: D78842: [SVE][NFC] Use ScalableVectorType in CGBuiltin.Apr 24 2020, 5:09 PM This revision is now accepted and ready to land.Apr 26 2020, 11:58 PM ctetreau removed a child revision: D78842: [SVE][NFC] Use ScalableVectorType in CGBuiltin.Apr 27 2020, 3:46 PM Closed by commit rGd52ca3d7e607: [SVE] Add specialized overloads of VectorType::get (authored by ctetreau). · Explain WhyApr 27 2020, 4:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 260492 llvm/include/llvm/IR/DerivedTypes.h
|