[all-commits] [llvm/llvm-project] 989b19: [mlir][Python] Make DenseElementsAttr loading be i...
Stella Laurenzo via All-commits
all-commits at lists.llvm.org
Tue Nov 17 21:55:40 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 989b19442905b2a8aa83e1db65c1c5ab1211a27b
https://github.com/llvm/llvm-project/commit/989b19442905b2a8aa83e1db65c1c5ab1211a27b
Author: Stella Laurenzo <stellaraccident at gmail.com>
Date: 2020-11-17 (Tue, 17 Nov 2020)
Changed paths:
M mlir/lib/Bindings/Python/IRModules.cpp
Log Message:
-----------
[mlir][Python] Make DenseElementsAttr loading be int size agnostic.
* I had missed the note about "Standard size" in the docs. On Windows, the 'l' types are 32bit.
* This fixes the only failing MLIR-Python test on Windows.
Differential Revision: https://reviews.llvm.org/D91283
More information about the All-commits
mailing list