brintos

brintos / llvm-project-archived public Read only

0
0
Text · 237 B · 006f5ca Raw
11 lines · plain
1// RUN: fir-opt --fir-to-llvm-ir %s | FileCheck %s2 3// Tests that `fir.local` ops are dropped from the module before LLVM lowering.4 5fir.local {type = local} @local_privatizer : i326func.func @foo() {7  return8}9 10// CHECK-NOT: fir.local11