You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AMD] Workaround for missing support of pointer canonicalization of ifOp (#6275)
This code in ifOp conversion clearly doesn't support cases where the
origin op has multiple results because the array ref will have only 1
range:
```
rewriter.replaceOpWithMultiple(ifOp, {newIfOp.getResults()});
```
I tried to fix it for a bit but I'm not fully understand the logic of
this pass so I'm just skipping it in the unsupported case for now.
0 commit comments