[flang-commits] [flang] c42e7b8 - Fix test target_cpu_features.f90

Yaxun Liu via flang-commits flang-commits at lists.llvm.org
Wed Jun 14 20:41:07 PDT 2023


Author: Yaxun (Sam) Liu
Date: 2023-06-14T23:39:35-04:00
New Revision: c42e7b81268d19cfabec3d1f14794e22a38628e7

URL: https://github.com/llvm/llvm-project/commit/c42e7b81268d19cfabec3d1f14794e22a38628e7
DIFF: https://github.com/llvm/llvm-project/commit/c42e7b81268d19cfabec3d1f14794e22a38628e7.diff

LOG: Fix test target_cpu_features.f90

Change-Id: Iae75abc3e4d1508f08080f687aba0ee1af74da2b

Added: 
    

Modified: 
    flang/test/Lower/OpenMP/target_cpu_features.f90

Removed: 
    


################################################################################
diff  --git a/flang/test/Lower/OpenMP/target_cpu_features.f90 b/flang/test/Lower/OpenMP/target_cpu_features.f90
index b37761ca3bf9c..e2d6b9d77f353 100644
--- a/flang/test/Lower/OpenMP/target_cpu_features.f90
+++ b/flang/test/Lower/OpenMP/target_cpu_features.f90
@@ -7,7 +7,7 @@
 
 !CHECK: omp.target = #omp.target<target_cpu = "gfx908",
 !CHECK-SAME: target_features = "+dot3-insts,+dot4-insts,+s-memtime-inst,
-!CHECK-SAME: +16-bit-insts,+s-memrealtime,+dot6-insts,+dl-insts,+wavefrontsize64,
+!CHECK-SAME: +16-bit-insts,+s-memrealtime,+dot6-insts,+dl-insts,+image-insts,+wavefrontsize64,
 !CHECK-SAME: +gfx9-insts,+gfx8-insts,+ci-insts,+dot10-insts,+dot7-insts,
 !CHECK-SAME: +dot1-insts,+dot5-insts,+mai-insts,+dpp,+dot2-insts">
 !CHECK-LABEL: func.func @_QPomp_target_simple() {


        


More information about the flang-commits mailing list