Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flang] Fix crash on erroneous program (#88192)
Constant folding had a CHECK on array subscript rank that should more gracefully handle a bad program with a subscript that is a matrix or higher rank. Fixes #88112.
- Loading branch information