Reboxing of the actual argument according to the type of the dummy
argument has to be aware of the potential rank mismatch, when
IGNORE_TKR(R) is used. This change only adds support for the mismatching
rank when the dummy argument has unlimited polymorphic type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Can it miscompile in release mode?