[all-commits] [llvm/llvm-project] 762fbb: [Polly] Update map passed to SCEVParameterReweriter.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Sep 18 03:43:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 762fbbe536996acf7175b551ce0e2c310165b135
https://github.com/llvm/llvm-project/commit/762fbbe536996acf7175b551ce0e2c310165b135
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M polly/lib/CodeGen/IslExprBuilder.cpp
Log Message:
-----------
[Polly] Update map passed to SCEVParameterReweriter.
The type of the map the SCEVParameterRewriter takes has been changed in
4635f6050b10.
Update the single use in polly to use SCEV* as type of the values.
More information about the All-commits
mailing list