If one tries to compile the attached test case code with flan,
the one will get an internal compiler error on CHECK(level == 0)
at the end of PrivatizeAssociatedLoopIndex function.
Other compilers (gfortran and nvfortran) build this code just fine.
This change fixes the ICE.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo