melver wrote: > > This patch contains very different pieces, which are better to review/land > > separately: > > > > 1. Driver/Doc > > 2. CodeGen > > 3. pipeline > > This splitup is still pending, but first wanted to get the code/tests right. > Once we're there, I can go ahead and split it up if you prefer.
https://github.com/llvm/llvm-project/pull/162098 https://github.com/llvm/llvm-project/pull/162099 This was the least complicated way to slice it up. But the interdependent changes in this patch are just fundamentally hard to split up without it looking strange. Docs could be split if you want, but at least this way it's semi-coherent and still functional to those seeing this patch appear in the history. https://github.com/llvm/llvm-project/pull/156839 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
