Skip to content
Unverified Commit 0c81e6dd authored by Tobias Gysi's avatar Tobias Gysi Committed by GitHub
Browse files

[mlir][llvm] Add icmp folder (#65343)

This revision adds a simple icmp folder that performs the following
folds to the LLVM dialect icmp op:
 - cmpi(eq/ne, x, x) -> true/false
 - cmpi(eq/ne, alloca, null) -> false/true
 - cmpi(eq/ne, null, alloca) -> cmpi(eq/ne, alloca, null)
parent 71b5f57f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment