Make the relooper an analysis pass, to convert CFG to AST.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
@sunfish and I discussed moving the relooper and his stackifier forward (D12735). We'll first use the stackifier, and may fill in with the relooper where it makes sense, or at least perform Science and compare their results. This patch moves us ever-so-slightly in that direction, so I'll commit as is, and we'll come back to the relooper when needed (we're trying to get basics up and running first!).
Comment Actions
I just realized that I hadn't committed this. We may not go forward with the relooper, but we do want to compare our options so I'd rather at least get this small patch in.