Use dyn_cast<> instead of isa<> and cast<>
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | ||
|---|---|---|
| 3036–3037 | There shouldn't be a space before Index | |
Differential D131544
[LegalizeTypes][NFC] Use dyn_cast instead of isa and cast. Authored by Jimerlife on Aug 9 2022, 11:59 PM.
Details Use dyn_cast<> instead of isa<> and cast<>
Diff Detail
Event Timeline
| ||||||
There shouldn't be a space before Index