lean-mlir icon indicating copy to clipboard operation
lean-mlir copied to clipboard

Bug: lean-mlir does not fully support all syntax for `llvm.icmp`

Open AtticusKuhn opened this issue 1 year ago • 0 comments

lean-mlir does support the syntax

llvm.icmp.eq
llvm.icmp.sgt
llvm.icmp.ne
...

But it does not support the syntax

llvm.icmp "eq"

which is allowed by the llvm mlir standard. See llvm.icmp (LLVM::ICmpOp).

Note that we're not going to do anything about this yet, but I think it is good to document this is writing for any later people who stumble across this.

AtticusKuhn avatar Jul 15 '24 12:07 AtticusKuhn