Author: Simon Pilgrim
Date: 2025-09-29T12:18:07Z
New Revision: cd9403551a622868fc9c1712cf926eff5eebe938

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

LOG: [clang][X86] bmi-builtins.c - add -fexperimental-new-constant-interpreter 
bytecode test coverage (#161182)

Part of #155814

Added: 
    

Modified: 
    clang/test/CodeGen/X86/bmi-builtins.c

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/X86/bmi-builtins.c 
b/clang/test/CodeGen/X86/bmi-builtins.c
index 8c9d3a64fb177..d0ae0c7939255 100644
--- a/clang/test/CodeGen/X86/bmi-builtins.c
+++ b/clang/test/CodeGen/X86/bmi-builtins.c
@@ -5,6 +5,13 @@
 // RUN: %clang_cc1 -x c++ -ffreestanding %s -triple=i386-apple-darwin 
-target-feature +bmi -emit-llvm -o - -Wall -Werror | FileCheck %s 
--check-prefixes=CHECK,TZCNT
 // RUN: %clang_cc1 -x c++ -fms-extensions -fms-compatibility 
-fms-compatibility-version=17.00 -ffreestanding %s -triple=x86_64-windows-msvc 
-emit-llvm -o - -Wall -Werror -DTEST_TZCNT | FileCheck %s 
--check-prefixes=TZCNT,TZCNT64
 
+// RUN: %clang_cc1 -x c -ffreestanding %s -triple=x86_64-apple-darwin 
-target-feature +bmi -emit-llvm -o - -Wall -Werror 
-fexperimental-new-constant-interpreter | FileCheck %s 
--check-prefixes=CHECK,X64,TZCNT,TZCNT64
+// RUN: %clang_cc1 -x c -ffreestanding %s -triple=i386-apple-darwin 
-target-feature +bmi -emit-llvm -o - -Wall -Werror 
-fexperimental-new-constant-interpreter | FileCheck %s 
--check-prefixes=CHECK,TZCNT
+// RUN: %clang_cc1 -x c -fms-extensions -fms-compatibility 
-fms-compatibility-version=17.00 -ffreestanding %s -triple=x86_64-windows-msvc 
-emit-llvm -o - -Wall -Werror -DTEST_TZCNT 
-fexperimental-new-constant-interpreter | FileCheck %s 
--check-prefixes=TZCNT,TZCNT64
+// RUN: %clang_cc1 -x c++ -ffreestanding %s -triple=x86_64-apple-darwin 
-target-feature +bmi -emit-llvm -o - -Wall -Werror 
-fexperimental-new-constant-interpreter | FileCheck %s 
--check-prefixes=CHECK,X64,TZCNT,TZCNT64
+// RUN: %clang_cc1 -x c++ -ffreestanding %s -triple=i386-apple-darwin 
-target-feature +bmi -emit-llvm -o - -Wall -Werror 
-fexperimental-new-constant-interpreter | FileCheck %s 
--check-prefixes=CHECK,TZCNT
+// RUN: %clang_cc1 -x c++ -fms-extensions -fms-compatibility 
-fms-compatibility-version=17.00 -ffreestanding %s -triple=x86_64-windows-msvc 
-emit-llvm -o - -Wall -Werror -DTEST_TZCNT 
-fexperimental-new-constant-interpreter | FileCheck %s 
--check-prefixes=TZCNT,TZCNT64
+
 
 #include <immintrin.h>
 


        
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to