File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 11! Test lowering of atomic read to LLVM IR for complex types.
22! This is a regression test for issue #165184.
33
4- ! REQUIRES: x86-registered-target || aarch64-registered-target
5-
6- ! RUN: %flang_fc1 -triple x86_64-unknown-linux-gnu -emit-llvm -fopenmp %s -o - | FileCheck %s
7- ! RUN: %flang_fc1 -triple aarch64-unknown-linux-gnu -emit-llvm -fopenmp %s -o - | FileCheck %s
4+ ! RUN: %flang_fc1 -emit-llvm -fopenmp -o - %s | FileCheck %s
85
96! Test that atomic read operations with complex types emit the correct
107! size parameter to __atomic_load:
Original file line number Diff line number Diff line change 11! Test lowering of atomic write to LLVM IR for complex types.
22! This is a regression test for issue #165184.
33
4- ! REQUIRES: x86-registered-target || aarch64-registered-target
5-
6- ! RUN: %flang_fc1 -triple x86_64-unknown-linux-gnu -emit-llvm -fopenmp %s -o - | FileCheck %s
7- ! RUN: %flang_fc1 -triple aarch64-unknown-linux-gnu -emit-llvm -fopenmp %s -o - | FileCheck %s
4+ ! RUN: %flang_fc1 -emit-llvm -fopenmp -o - %s | FileCheck %s
85
96! Test that atomic write operations with complex types emit the correct
107! size parameter to __atomic_store:
You can’t perform that action at this time.
0 commit comments