This patch introduces the use of Identifiers outside of the Presburger library.
Currently, classes outside have to track a value for a variable manually. This
leads to adding virtual methods in Presburgerlib and a number of extra methods
for merging, aligning, and checking the equality of values. Using Identifiers,
these values are tracked automatically by Presburgerlib.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Not done, apparently.