[PATCH] D51491: [DA] DivergenceAnalysis for unstructured, reducible CFGs
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 17 00:51:45 PDT 2018
simoll added a comment.
Herald added a subscriber: kristina.
In https://reviews.llvm.org/D51491#1221127, @nhaehnle wrote:
> This patch should already add the tests for the new analysis, shouldn't it?
This patch does not include any pass front end so we can't use lit for testing. I could add unit tests to test the DA directly or merge this patch with the GPUDivergenceAnalysis patch along with the AMDGPU, NVPTX lit tests.
Repository:
rL LLVM
https://reviews.llvm.org/D51491
More information about the llvm-commits
mailing list