Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NFC] Fix compiler warnings from TypeSwitch on AffineExpr (iree-org#1…
…6306) TypeSwitch on AffineExpr causes it to use dyn_cast directly on AffineExpr, which is supported, but depreciated, making the compiler spit out errors. This removes the usage of TypeSwitch on AffineExpr and instead uses if conditions. Fixes iree-org#16014
- Loading branch information