[clang] [CIR][X86] Add support for `cpuid`/`cpuidex` (PR #173197)
Roberto Turrado Camblor via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 8 10:55:59 PST 2026
================
@@ -0,0 +1,31 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-linux -fms-extensions -Wno-implicit-function-declaration -fclangir -emit-cir -o %t.cir -Wall -Werror %s
+// RUN: FileCheck --check-prefix=CIR --input-file=%t.cir %s
----------------
rturrado wrote:
Done!
https://github.com/llvm/llvm-project/pull/173197
More information about the cfe-commits
mailing list