[clang] [CIR][X86] Add support for `cpuid`/`cpuidex` (PR #173197)
Roberto Turrado Camblor via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 25 09:40:29 PST 2025
================
@@ -25,6 +25,7 @@
#include "clang/CIR/Dialect/IR/CIRTypes.h"
#include "clang/CIR/MissingFeatures.h"
#include "llvm/ADT/Sequence.h"
+#include "llvm/IR/InlineAsm.h"
----------------
rturrado wrote:
Good spot. This comes from a first implementation. Now removed.
https://github.com/llvm/llvm-project/pull/173197
More information about the cfe-commits
mailing list