================
@@ -0,0 +1,29 @@
+// RUN: %clang_cc1 -x c -ffreestanding %s -triple=x86_64-unknown-linux 
-target-feature +avx512f -fclangir -emit-cir -o %t.cir -Wall -Werror 
-Wsign-conversion
+// RUN: FileCheck --check-prefix=CIR --input-file=%t.cir %s
----------------
badumbatish wrote:

can you add two 4 extra lines, 2 for LLVM with -fclangir -emit-llvm (call it 
--check-prefix=LLVM) and 2 for OGCG with -emit-llvm (call it 
--check-prefix=OGCG) so we can verify we match with OG clang codegen

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

Reply via email to