Plain getVectorType() can be quite confusing and error-prone
given that, well, vector ops always work on vector types, and
it can commonly involve both source and result vectors. So this
commit makes various such accessor methods to be explicit w.r.t.
source or result vectors.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo