This patch fixes a bug in PresburgeRelation::subtract that made it process the
inequality at index 0, multiple times. This was caused by allocating memory
instead of reserving memory in llvm::SmallVector.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo