[all-commits] [llvm/llvm-project] 31fd11: Fix x86 32bits MLIR build (NFC)
Dimitry Andric via All-commits
all-commits at lists.llvm.org
Tue Feb 4 15:59:07 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 31fd112eb4a90600e0f340f19053e5715e92ec4c
https://github.com/llvm/llvm-project/commit/31fd112eb4a90600e0f340f19053e5715e92ec4c
Author: Dimitry Andric <dimitry at andric.com>
Date: 2020-02-04 (Tue, 04 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
More information about the All-commits
mailing list