[PATCH] D136335: [Assignment Tracking Analysis][5/*] Tests
Orlando Cazalet-Hyams via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 1 07:14:19 PST 2022
Orlando added a comment.
In D136335#3960681 <https://reviews.llvm.org/D136335#3960681>, @Orlando wrote:
> + Add `nested-loop.ll` that tests a variety of inputs/lattices
>
> Note that this actually currently fails (just the part for variable 'f') - the test uncovered a bug with untagged store handling. I thought it would be worth getting the test up for review anyway.
>
> If you're happy with this style of test then I'll add another that uses fragments to check that all works too.
I've fixed the analysis patch so that this test now passes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136335/new/
https://reviews.llvm.org/D136335
More information about the llvm-commits
mailing list