transferBlock and computeBlockInputState only read the
BlockStates vector for the predecessor block(s), and do not need to
mutate any of the contents. Only runTypeErasedDataflowAnalysis
writes into the vector, so simply down to an ArrayRef.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Bah, I think I screwed up arc at some point. This was committed as 18034aee63eeac673496a88d9e90c8dd73d15927.