[all-commits] [llvm/llvm-project] 532d48: [mlir][Quasipolynomials] Fixed type issues in Gene...
Balaji V. Iyer. via All-commits
all-commits at lists.llvm.org
Tue Dec 26 14:34:45 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 532d4845ed0afced7cb1f8c7a4e3499b63cc3de3
https://github.com/llvm/llvm-project/commit/532d4845ed0afced7cb1f8c7a4e3499b63cc3de3
Author: Balaji V. Iyer <43187390+bviyer at users.noreply.github.com>
Date: 2023-12-26 (Tue, 26 Dec 2023)
Changed paths:
M mlir/lib/Analysis/Presburger/GeneratingFunction.h
Log Message:
-----------
[mlir][Quasipolynomials] Fixed type issues in GeneratorFuunction.h (#76413)
Fixed two issues: A SmallVector size that caused size-differences issue
(8 vs. 12). Thus removed this size restriction. Also a constant
parameter was causing an issue in a function not marked constant.
More information about the All-commits
mailing list