[clang] [CIR][X86] Add support for `cpuid`/`cpuidex` (PR #173197)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 8 17:58:55 PST 2026
================
@@ -0,0 +1,148 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-linux -fms-extensions -Wno-implicit-function-declaration -fclangir -emit-cir -o %t.cir -Wall -Werror %s
----------------
andykaylor wrote:
This file should be named `ms-x86-intrinsics.c`, which is also being added in https://github.com/llvm/llvm-project/pull/175049
https://github.com/llvm/llvm-project/pull/173197
More information about the cfe-commits
mailing list