Issue |
141206
|
Summary |
[MLIR] LLVM dialect overflow intrinsics lack the `i1` result type
|
Labels |
mlir:llvm,
mlir
|
Assignees |
|
Reporter |
Sirraide
|
The overflow intrinsics in the LLVM dialect (`LLVM_SAddWithOverflowOp` and friends) are defined to have only a single integer result, even though the LLVM IR intrinsics they correspond to return 2 values (or rather, an aggregate with two fields): the actual integer result and an `i1` that signals whether overflow happened.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs