[all-commits] [llvm/llvm-project] 2f8b45: [mlir] Fix assert on signed integer type in EDSC
Adam Straw via All-commits
all-commits at lists.llvm.org
Tue Apr 14 16:05:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2f8b4545f4960778e37114c024073d208751ca89
https://github.com/llvm/llvm-project/commit/2f8b4545f4960778e37114c024073d208751ca89
Author: Adam Straw <adam.d.straw at intel.com>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M mlir/lib/Dialect/Affine/EDSC/Builders.cpp
Log Message:
-----------
[mlir] Fix assert on signed integer type in EDSC
Integer type in Std dialect is signless so we should be checking
for signless integer type instead of signed integer type in EDSC.
Differential Revision: https://reviews.llvm.org/D78144
More information about the All-commits
mailing list