getReductionVars, getInductionVars and getFirstOrderRecurrences were all being returned from LoopVectorizationLegality as pointers to lists. This just changes them to be references, cleaning up the interface slightly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo