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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo