Now that all state for generated instructions is managed directly in
VPTransformState, VPCallBack is no longer needed. This patch updates the
last use of getOrCreateScalarValue to instead manage the value
directly in VPTransformState and removes VPCallback.
Details
Details
- Reviewers
gilr Ayal rengolin - Commits
- rGedc92a1c4259: [LV] Remove VPCallback.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Oh yes, sorry about this. They should be addressed now.
Remove VPTransformState::get/set variants which takes IRDef.
Should this be !OrigLoop->contains() to match invariants? (why check at all?)