[clang] [CIR][X86] Implement lowering for sqrt builtins (PR #169310)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 24 14:56:14 PST 2025


================
@@ -0,0 +1,27 @@
+//===- CIROps.h - CIR dialect operations ------------------------*- C++ -*-===//
----------------
andykaylor wrote:

Why is this necessary? Aren't all of these things included via `CIRDialect.h`?

https://github.com/llvm/llvm-project/pull/169310


More information about the cfe-commits mailing list