[all-commits] [llvm/llvm-project] a1a63d: [clang][dataflow] Add two repros for non-convergen...
martinboehme via All-commits
all-commits at lists.llvm.org
Wed Aug 23 00:03:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1a63d68a46882e051eedcb632723e15f2ee331b
https://github.com/llvm/llvm-project/commit/a1a63d68a46882e051eedcb632723e15f2ee331b
Author: Martin Braenne <mboehme at google.com>
Date: 2023-08-23 (Wed, 23 Aug 2023)
Changed paths:
M clang/unittests/Analysis/FlowSensitive/TestingSupport.h
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
Log Message:
-----------
[clang][dataflow] Add two repros for non-convergence involving pointers in loops.
These are broken out from https://reviews.llvm.org/D156658, which it now seems obvious isn't the right way to solve the non-convergence.
Instead, my plan is to address the non-convergence through pointer value widening, but the exact way this should be implemented is TBD. In the meantime, I think there's value in getting these repros submitted to record the current undesirable behavior.
Reviewed By: ymandel, xazax.hun
Differential Revision: https://reviews.llvm.org/D158513
More information about the All-commits
mailing list