[all-commits] [llvm/llvm-project] 024209: Fix x86 32bits MLIR build (NFC)
Dimitry Andric via All-commits
all-commits at lists.llvm.org
Thu Feb 6 02:25:00 PST 2020
Branch: refs/heads/release/10.x
Home: https://github.com/llvm/llvm-project
Commit: 02420968fcce71ed669b4a87e62c27d65fd8a1c4
https://github.com/llvm/llvm-project/commit/02420968fcce71ed669b4a87e62c27d65fd8a1c4
Author: Dimitry Andric <dimitry at andric.com>
Date: 2020-02-06 (Thu, 06 Feb 2020)
Changed paths:
M mlir/lib/Transforms/DialectConversion.cpp
Log Message:
-----------
Fix x86 32bits MLIR build (NFC)
This is fixing a build error:
error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'Region::iterator::difference_type' (aka 'int') in initializer list
Fix pr44767
(cherry picked from commit 31fd112eb4a90600e0f340f19053e5715e92ec4c)
More information about the All-commits
mailing list