Unverified Commit 2b9210d1 authored by Abhishek Varma's avatar Abhishek Varma Committed by GitHub
Browse files

[MLIR][SCF] Add canonicalization pattern to fold away iter args of scf.forall (#90189)



-- This commit adds a canonicalization pattern to fold away iter args of
scf.forall if :-
   a. The corresponding tied result has no use.
   b. It is not being modified within the loop.

Signed-off-by: default avatarAbhishek Varma <avarma094@gmail.com>
parent 5f2f3900
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