Remove usages of asserting vector getters in Type in preparation for the
VectorType refactor. The existence of these functions complicates the
refactor while adding little value.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with one minor suggestion.
llvm/lib/Target/Hexagon/HexagonISelLowering.cpp | ||
---|---|---|
1090 | ConstantVector::getType() actually returns a VectorType; the cast<> isn't necessary. |
ConstantVector::getType() actually returns a VectorType; the cast<> isn't necessary.