There is no need to remove and add the swapped values to their
respective use lists. We can just adjust thread the swapped values in
the uselist, preserving the original order.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 35196 Build 35195: arc lint + arc unit
Event Timeline
Comment Actions
It looks like there's an alternative that also preserves the order and is less complicated: D80116