Unverified Commit 04ce1035 authored by MaheshRavishankar's avatar MaheshRavishankar Committed by GitHub
Browse files

[mlir][SCF] Avoid generating unnecessary div/rem operations during coalescing (#91562)

When coalescing is some of the loops are unit-trip we can avoid
generating div/rem instructions during delinearization. Ideally we could
use some thing like `affine.delinearize` to handle this but tthat causes
dependence issues.
parent 8466480b
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