We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de47432 commit 26d8914Copy full SHA for 26d8914
clang/include/clang/CIR/Dialect/IR/CIROps.td
@@ -2595,7 +2595,7 @@ def CIR_FuncOp : CIR_Op<"func", [
2595
// LLVMIntrinsicCallOp
2596
//===----------------------------------------------------------------------===//
2597
2598
-def CIR_LLVMIntrinsicCallOp : CIR_Op<"llvm.intrinsic"> {
+def CIR_LLVMIntrinsicCallOp : CIR_Op<"call_llvm_intrinsic"> {
2599
let summary = "Call to llvm intrinsic functions that is not defined in CIR";
2600
let description = [{
2601
`cir.llvm.intrinsic` operation represents a call-like expression which has
0 commit comments