Add PR check to suggest alternatives to using undef (#118506)
[llvm-project.git] / flang / test / Fir / Todo / len_param_index.fir
blob016d838afa7e7f9aae8db01632446c912e832a80
1 // RUN: %not_todo_cmd fir-opt --fir-to-llvm-ir="target=x86_64-unknown-linux-gnu" %s 2>&1 | FileCheck %s
3 // Test `fir.len_param_index` conversion to llvm.
4 // Not implemented yet.
6 func.func @lenparamindex() {
7   // CHECK: not yet implemented: fir.len_param_index codegen
8   %0 = fir.len_param_index l1, !fir.type<twolens(l1:i32, l2:i32){i:i32, f:f32, l:i64}>
9   return