File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 11// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5 
22// RUN: %clang_cc1 %s -O0 -triple amdgcn-amd-amdhsa -cl-std=CL1.2 \ 
3- // RUN:     -emit-llvm -o - | FileCheck --check-prefixes=OPENCL,OPENCL12  %s 
3+ // RUN:     -emit-llvm -o - | FileCheck --check-prefixes=OPENCL %s 
44// RUN: %clang_cc1 %s -O0 -triple amdgcn-amd-amdhsa -cl-std=CL2.0 \ 
5- // RUN:     -emit-llvm -o - | FileCheck --check-prefixes=OPENCL,OPENCL20  %s 
5+ // RUN:     -emit-llvm -o - | FileCheck --check-prefixes=OPENCL %s 
66// RUN: %clang_cc1 %s -O0 -triple amdgcn-amd-amdhsa -cl-std=CL3.0 \ 
7- // RUN:     -emit-llvm -o - | FileCheck --check-prefixes=OPENCL,OPENCL30  %s 
7+ // RUN:     -emit-llvm -o - | FileCheck --check-prefixes=OPENCL %s 
88// RUN: %clang_cc1 %s -O0 -triple amdgcn-amd-amdhsa -cl-std=CL3.0 -cl-ext=+__opencl_c_generic_address_space \ 
9- // RUN:     -emit-llvm -o - | FileCheck --check-prefixes=OPENCL,OPENCL30-EXT  %s 
9+ // RUN:     -emit-llvm -o - | FileCheck --check-prefixes=OPENCL %s 
1010
1111// OPENCL-LABEL: define dso_local void @test1_builtin_alloca( 
1212// OPENCL-SAME: i32 noundef [[N:%.*]]) #[[ATTR0:[0-9]+]] { 
@@ -139,8 +139,3 @@ void test2_builtin_alloca_with_align(unsigned n) {
139139void  test2_builtin_alloca_with_align_uninitialized (unsigned  n ) {
140140    __private  void  * alloc_ptr_align_uninitialized  =  __builtin_alloca_with_align_uninitialized (n , 8 );
141141}
142- //// NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line: 
143- // OPENCL12: {{.*}} 
144- // OPENCL20: {{.*}} 
145- // OPENCL30: {{.*}} 
146- // OPENCL30-EXT: {{.*}} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments