[all-commits] [llvm/llvm-project] 320f0b: [mlir] Change EffectKind in unsigned for bitfield ...
River Riddle via All-commits
all-commits at lists.llvm.org
Fri Mar 6 23:04:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 320f0b003682a7bf5f0a89827763dcb1443c96e9
https://github.com/llvm/llvm-project/commit/320f0b003682a7bf5f0a89827763dcb1443c96e9
Author: River Riddle <riddleriver at gmail.com>
Date: 2020-03-06 (Fri, 06 Mar 2020)
Changed paths:
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
Log Message:
-----------
[mlir] Change EffectKind in unsigned for bitfield to avoid miscompile in
MSVC
MSVC has problems if the type of the bitfield is different, leading to
invalid code generation.
More information about the All-commits
mailing list