Commit 1f917f9
authored
[Fortran/gfortran] Disable bounds-check tests for matmul tests. (#201)
The tests started failing at -O2 after llvm/llvm-project#122821
Flang inlines hlfir.matmul[_transpose] after the change,
so the runtime is not called, and it does not make the bounds checks.
Related feature request: https://github.com/orgs/llvm/projects/12?pane=issue&itemId=290487331 parent 8946a3f commit 1f917f9
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1632 | 1632 | | |
1633 | 1633 | | |
1634 | 1634 | | |
| 1635 | + | |
| 1636 | + | |
| 1637 | + | |
| 1638 | + | |
| 1639 | + | |
| 1640 | + | |
| 1641 | + | |
| 1642 | + | |
1635 | 1643 | | |
1636 | 1644 | | |
1637 | 1645 | | |
1638 | | - | |
1639 | 1646 | | |
| 1647 | + | |
1640 | 1648 | | |
1641 | 1649 | | |
1642 | 1650 | | |
| |||
0 commit comments