Files
clang-p2996/flang/lib/Optimizer/CodeGen/CodeGen.cpp
jeanPerier 26e0ce0b36 [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.
2024-05-28 17:32:27 +02:00

159 KiB