[flang] Fix array substring emboxing code generation
The code generation of the fir.embox op creating descriptors for array substring with a non constant length base was using the substring length to compute the first dimension result stride. Fix it to use the input length instead. Reviewed By: PeteSteinfeld Differential Revision: https://reviews.llvm.org/D154086
Loading
Please sign in to comment