This is preferred because it does not rely on accurate kill flags.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Since there are no required changes, why not just let this take the flip of the default? I think the option should be dropped ASAP and this just increases that diff
Comment Actions
Because I think there is a faster route to removing RegScavenger::forward that does not require converting all targets to supportsBackwardScavenger. Only the targets that actually scavenge during the replaceFrameIndices loop need to be converted, and there are not too many of those.