Unverified Commit e2f08268 authored by Mehdi Amini's avatar Mehdi Amini Committed by GitHub
Browse files

[MLIR] Fix LLVM dialect specification to use AnySignlessInteger instead of AnyInteger (#82694)

LLVM IR does not support signed integer, the LLVM dialect was
underspecified (likely unintentionally) and the AnyInteger constraint
was overly lax.

The arithmetic dialect is already consistently using AnySignlessInteger.
parent ae3e1427
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment