[PATCH] D118982: [flang] Add test for quiet with local variable in STOP stmt

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 4 05:09:10 PST 2022


kiranchandramohan added inline comments.


================
Comment at: flang/test/Lower/stop-statement.f90:48
+ ! CHECK-DAG: %[[false:.*]] = arith.constant false
+ ! CHECK-DAG: %[[b:.*]] = fir.load %{{.*}}
+ ! CHECK-DAG: %[[bi1:.*]] = fir.convert %[[b]] : (!fir.logical<4>) -> i1
----------------
Can you check for the alloca also?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118982/new/

https://reviews.llvm.org/D118982



More information about the llvm-commits mailing list