llvm-project
26e0ce0b - [flang] update fir.box_rank and fir.is_array codegen (#93541)

Commit
1 year ago
[flang] update fir.box_rank and fir.is_array codegen (#93541) fir.box_rank codegen was invalid, it was assuming the rank field in the descriptor was an i32. This is not correct. Do not hard code the type, use the named position to find the type, and convert as needed in the patterns.
Author
Parents
Loading