Files
clang-p2996/mlir/lib/Dialect/LLVMIR/Transforms
Rik Huijzer 3764f5e816 [mlir][llvm] Fix negative GEP crash in type consistency (#74859)
Fixes https://github.com/llvm/llvm-project/issues/74453.

The `gepToByteOffset` was implicitly casting an signed integer to an
unsigned integer even though negative dimensions are valid for
`llvm.getelementptr`.

---------

Co-authored-by: Tobias Gysi <tobias.gysi@nextsilicon.com>
2023-12-11 12:29:53 +01:00
..