[clang] [CIR][X86] Implement lowering for sqrt builtins (PR #169310)
Priyanshu Kumar via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 24 20:16:25 PST 2025
================
@@ -0,0 +1,27 @@
+//===- CIROps.h - CIR dialect operations ------------------------*- C++ -*-===//
----------------
Priyanshu3820 wrote:
Actually I had added `CIROps.h` because I was getting a compilation error so I thought a wrapper header would come in handy to access the TableGen-generated operations.
Should I remove `CIROps.h` and update the include to use `CIRDialect.h`.?
https://github.com/llvm/llvm-project/pull/169310
More information about the cfe-commits
mailing list