Some operations using the result of hlfir.dot_product can tolerate
that the type of the result changes from !fir.logical to i1 during
intrinsics lowering, but some won't. I added a separate LIT case with
fir.store to mimic one of the nag tests.
Details
Details
Diff Detail
Diff Detail
Event Timeline
flang/test/HLFIR/dot_product-lowering.fir | ||
---|---|---|
100 | The test is failing. Is VAL_7 significant? /var/lib/buildkite-agent/builds/llvm-project/flang/test/HLFIR/dot_product-lowering.fir:100:11: error: CHECK: expected string not found in input // CHECK: %[[VAL_7:.*]] = arith.constant 84 : index ^ <stdin>:60:43: note: scanning from here %3 = fir.absent !fir.box<!fir.logical<4>> ^ <stdin>:62:2: note: possible intended match here %c87 = arith.constant 87 : index |
flang/test/HLFIR/dot_product-lowering.fir | ||
---|---|---|
100 | Thank you, Kiran! I just forgot to remove it here. Will fix. |
The test is failing. Is VAL_7 significant?