[PATCH] D41299: [PDT] Fix splitBlock for Post Dom Trees

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 10:23:56 PST 2017


dmgreen added a comment.

Hello, Thanks for taking a look.

I went looking for tests for splitBlock on DomTrees and was surprised not to find anything. I guess it gets tested as part of preserving trees in normal IR tests. I will see if I can add something sensible.

I'm not 100% sure yet, but making this work with the updater from d40146 might need some changes. I will try it to see what the best way to handle these split blocks might be with that interface.


https://reviews.llvm.org/D41299





More information about the llvm-commits mailing list