Mercurial > hg > CbC > CbC_llvm
comparison clang/test/CodeGenCUDA/propagate-metadata.cu @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 79ff65ed7e25 |
children |
comparison
equal
deleted
inserted
replaced
232:70dce7da266c | 236:c4bab56944e8 |
---|---|
20 // RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=FTZ \ | 20 // RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=FTZ \ |
21 // RUN: --check-prefix=NOFAST | 21 // RUN: --check-prefix=NOFAST |
22 | 22 |
23 // RUN: %clang_cc1 -x cuda %s -emit-llvm -mlink-builtin-bitcode %t.bc \ | 23 // RUN: %clang_cc1 -x cuda %s -emit-llvm -mlink-builtin-bitcode %t.bc \ |
24 // RUN: -fdenormal-fp-math-f32=preserve-sign -o - \ | 24 // RUN: -fdenormal-fp-math-f32=preserve-sign -o - \ |
25 // RUN: -fcuda-is-device -menable-unsafe-fp-math -triple nvptx-unknown-unknown \ | 25 // RUN: -fcuda-is-device -funsafe-math-optimizations -triple nvptx-unknown-unknown \ |
26 // RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=FAST | 26 // RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=FAST |
27 | 27 |
28 // Wrap everything in extern "C" so we don't have to worry about name mangling | 28 // Wrap everything in extern "C" so we don't have to worry about name mangling |
29 // in the IR. | 29 // in the IR. |
30 extern "C" { | 30 extern "C" { |